Differences Between: [Versions 400 and 403]
(no description)
File Size: | 68 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
completion_action_bar:: (2 methods):
__construct()
export_for_template()
Class: completion_action_bar - X-Ref
Renderable class for the action bar elements in the course completion pages.__construct(int $courseid, moodle_url $pageurl) X-Ref |
The class constructor. param: int $courseid The course id. param: moodle_url $pageurl The URL of the current page. |
export_for_template(renderer_base $output) X-Ref |
Export the data for the mustache template. return: array The array which contains the data required to output the tertiary navigation selector for the course param: renderer_base $output renderer to be used to render the action bar elements. |