Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
|
Tour Step Renderable. More...
Public Member Functions | |
__construct (stepsource $step) | |
The step output. | |
export_for_template (\renderer_base $output) | |
Export the step configuration. | |
Protected Attributes | |
The | $step |
step instance. | |
Tour Step Renderable.
tool_usertours\output\step::__construct | ( | stepsource | $step | ) |
The step output.
stepsource | $step | The step being output. |
tool_usertours\output\step::export_for_template | ( | \renderer_base | $output | ) |
Export the step configuration.
renderer_base | $output | The renderer. |
object |