Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Tour renderable. More...
Public Member Functions | |
__construct (toursource $tour) | |
The tour output. | |
export_for_template (\renderer_base $output) | |
Prepare the data for export. | |
Protected Attributes | |
The | $tour |
tour instance. | |
Tour renderable.
tool_usertours\output\tour::__construct | ( | toursource | $tour | ) |
The tour output.
toursource | $tour | The tour being output. |
tool_usertours\output\tour::export_for_template | ( | \renderer_base | $output | ) |
Prepare the data for export.
renderer_base | $output | The output renderable. |
object |