Function __global->missing_template_parameter
Definitions
sources/tempcode.php
- Give an error about a missing template parameter.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $origin | ID_TEXT | No | No | required parameter | N/A | N/A | Where this parameter is referenced, in a slash-combined reference form |
Returns
- Always ""
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Give an error about a missing template parameter.
*
* @param ID_TEXT $origin Where this parameter is referenced, in a slash-combined reference form
* @return string Always ""
*/
function missing_template_parameter(string $origin) : string
* Give an error about a missing template parameter.
*
* @param ID_TEXT $origin Where this parameter is referenced, in a slash-combined reference form
* @return string Always ""
*/
function missing_template_parameter(string $origin) : string

