Function CMSStatsListFilter->ui_component
Definitions
sources/stats.php
- Get the inputting UI for the filter.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
&$hidden | Tempcode | Yes | No | required parameter | N/A | N/A | The hidden field |
Returns
- The input field
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the inputting UI for the filter.
*
* @param Tempcode $hidden The hidden field
* @return Tempcode The input field
*/
public function ui_component(object &$hidden) : object
* Get the inputting UI for the filter.
*
* @param Tempcode $hidden The hidden field
* @return Tempcode The input field
*/
public function ui_component(object &$hidden) : object