Function CMSStatsTickFilter->__construct
Definitions
sources/stats.php
- Constructor.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$filter_name | string | No | No | required parameter | N/A | N/A | Filter name |
$label | Tempcode | No | No | required parameter | N/A | N/A | Label |
$default | boolean | No | No | True | N/A | N/A | Default |
Preview
Code (PHP)
/**
* Constructor.
*
* @param string $filter_name Filter name
* @param Tempcode $label Label
* @param boolean $default Default
*/
public function __construct(string $filter_name, object $label, bool $default = true)
* Constructor.
*
* @param string $filter_name Filter name
* @param Tempcode $label Label
* @param boolean $default Default
*/
public function __construct(string $filter_name, object $label, bool $default = true)