Function __global->get_tutorial_link
Definitions
sources/comcode_renderer.php
- Find a specified tutorial link identifier.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $name | ID_TEXT | No | No | required parameter | N/A | N/A | The name of the value |
Returns
- The value (null: value not found)
- Type: ?SHORT_TEXT
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find a specified tutorial link identifier.
*
* @param ID_TEXT $name The name of the value
* @return ?SHORT_TEXT The value (null: value not found)
*/
function get_tutorial_link(string $name) : ?string
* Find a specified tutorial link identifier.
*
* @param ID_TEXT $name The name of the value
* @return ?SHORT_TEXT The value (null: value not found)
*/
function get_tutorial_link(string $name) : ?string
