Helpers for filtering lists (templates, admin templates, style properties) that use the filter list JS and need to pass input through pages.

Don't instantiate this class. Use it statically!

package XenForo_ControllerAdmin_Helpers

 Methods

Gets the filter parameters from the input object.

getParamsFromInput(\XenForo_Input $inputHandler) : array
Static

Parameters

$inputHandler

\XenForo_Input

Input object

Returns

arrayNamed params

Remove empty params (=== '') from a named param list.

removeEmptyParams(array $data) : array
Static

Parameters

$data

array

Returns

array

Private constructor.

__construct() 

Can't be instantiated.