Function Advanced_banning_loader->go
Definitions
sources/input_filter.php
- Run the loader, to load up field-restrictions from the XML file.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$this_page | string | No | No | required parameter | N/A | N/A | Page filters are loaded for |
$this_type | string | No | No | required parameter | N/A | N/A | Screen type filters are loaded for |
Returns
- A pair: Automatic rules, Reasoned bans
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Run the loader, to load up field-restrictions from the XML file.
*
* @param string $this_page Page filters are loaded for
* @param string $this_type Screen type filters are loaded for
* @return array A pair: Automatic rules, Reasoned bans
*/
public function go(string $this_page, string $this_type) : array
* Run the loader, to load up field-restrictions from the XML file.
*
* @param string $this_page Page filters are loaded for
* @param string $this_type Screen type filters are loaded for
* @return array A pair: Automatic rules, Reasoned bans
*/
public function go(string $this_page, string $this_type) : array