◆ render_activity_order_select()
report_progress\output\renderer::render_activity_order_select |
( |
\moodle_url | $url, |
|
|
string | $activityorder ) |
Render activity order single select box.
- Parameters
-
moodle_url | $url | The base url. |
string | $activityorder | The current selected option. |
- Return values
-
- Exceptions
-
◆ render_activity_section_select()
report_progress\output\renderer::render_activity_section_select |
( |
\moodle_url | $url, |
|
|
string | $activitysection, |
|
|
array | $sections ) |
Render activity section single select box.
- Parameters
-
moodle_url | $url | The base url. |
string | $activitysection | The current selected section. |
array | $sections | An array containing all sections of the course |
- Return values
-
- Exceptions
-
◆ render_download_buttons()
report_progress\output\renderer::render_download_buttons |
( |
\moodle_url | $url | ) |
|
Render download buttons.
- Parameters
-
moodle_url | $url | The base url. |
- Return values
-
- Exceptions
-
◆ render_groups_select()
report_progress\output\renderer::render_groups_select |
( |
\moodle_url | $url, |
|
|
stdClass | $course, |
|
|
int | $activegroup = 0 ) |
Render groups single select box.
- Parameters
-
moodle_url | $url | The base url. |
stdClass | $course | Current course. |
int | $activegroup | Currently active group, defaults to 0. Has no effect if course is in separate groups mode. |
- Return values
-
◆ render_include_activity_select()
report_progress\output\renderer::render_include_activity_select |
( |
\moodle_url | $url, |
|
|
array | $activitytypes, |
|
|
string | $activityinclude ) |
Render include activity single select box.
- Parameters
-
moodle_url | $url | The base url. |
array | $activitytypes | The activity type options. |
string | $activityinclude | The current selected option. |
- Return values
-
- Exceptions
-
The documentation for this class was generated from the following file:
- report/progress/classes/output/renderer.php