Differences Between: [Versions 311 and 402] [Versions 400 and 402] [Versions 401 and 402]
(no description)
File Size: | 136 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
renderer:: (5 methods):
render_include_activity_select()
render_activity_order_select()
render_groups_select()
render_activity_section_select()
render_download_buttons()
render_include_activity_select(\moodle_url $url, array $activitytypes,string $activityinclude) X-Ref |
Render include activity single select box. param: \moodle_url $url The base url. param: array $activitytypes The activity type options. param: string $activityinclude The current selected option. return: string HTML |
render_activity_order_select(\moodle_url $url, string $activityorder) X-Ref |
Render activity order single select box. param: \moodle_url $url The base url. param: string $activityorder The current selected option. return: string HTML |
render_groups_select(\moodle_url $url, \stdClass $course) X-Ref |
Render groups single select box. param: \moodle_url $url The base url. param: \stdClass $course Current course. return: string HTML |
render_activity_section_select(\moodle_url $url, string $activitysection, array $sections) X-Ref |
Render activity section single select box. param: \moodle_url $url The base url. param: string $activitysection The current selected section. param: array $sections An array containing all sections of the course return: string HTML |
render_download_buttons(\moodle_url $url) X-Ref |
Render download buttons. param: \moodle_url $url The base url. return: string HTML |