Function __global->_warn_screen
Definitions
sources/failure.php
- Get the Tempcode for a warn page.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$title | Tempcode | required parameter | N/A | N/A | The title of the warn page |
$text | mixed | required parameter | N/A | N/A | The text to put on the warn page, provided in plain-text format or HTML Tempcode |
$provide_back | boolean | True | N/A | N/A | Whether to provide a back button |
$support_match_key_messages | boolean | False | N/A | N/A | Whether match key messages / redirects should be supported |
Return
- The warn page
- Type: Tempcode
- Set: N/A
- Range: N/A