Moodle PHP Documentation 4.1
Moodle 4.1.11 (Build: 20240610) (c8c84b4af18)
|
Class containing data for rendering LTI upgrade choices page. More...
Public Member Functions | |
__construct (array $tools, string $startregurl) | |
Constructor. | |
export_for_template (renderer_base $output) | |
Export this data so it can be used as the context for a mustache template. | |
Class containing data for rendering LTI upgrade choices page.
mod_lti\output\registration_upgrade_choice_page::__construct | ( | array | $tools, |
string | $startregurl ) |
Constructor.
array | $tools | array of tools that can be upgraded |
string | $startregurl | tool URL to start the registration process |
mod_lti\output\registration_upgrade_choice_page::export_for_template | ( | renderer_base | $output | ) |
Export this data so it can be used as the context for a mustache template.
renderer_base | $output | The renderer |
stdClass | Data to be used by the template |
Implements templatable.