Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
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. | |
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 |