Function __global->initialise_special_page_types
Definitions
sources/view_modes.php
- Initialise state variables for the special page type being requested.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $special_page_type | ID_TEXT | No | No | required parameter | query templates tree lang | N/A | The special page type |
Preview
Code (PHP)
/**
* Initialise state variables for the special page type being requested.
*
* @param ID_TEXT $special_page_type The special page type
* @set query templates tree lang
*/
function initialise_special_page_types(string $special_page_type)
* Initialise state variables for the special page type being requested.
*
* @param ID_TEXT $special_page_type The special page type
* @set query templates tree lang
*/
function initialise_special_page_types(string $special_page_type)
