Function __global->set_tutorial_link
Definitions
sources/comcode_renderer.php
- Set the specified value to the specified tutorial link identifier.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
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 |
| $value | SHORT_TEXT | No | No | required parameter | N/A | N/A | The value |
Preview
Code (PHP)
/**
* Set the specified value to the specified tutorial link identifier.
*
* @param ID_TEXT $name The name of the value
* @param SHORT_TEXT $value The value
*/
function set_tutorial_link(string $name, string $value)
* Set the specified value to the specified tutorial link identifier.
*
* @param ID_TEXT $name The name of the value
* @param SHORT_TEXT $value The value
*/
function set_tutorial_link(string $name, string $value)
