Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250706) (a6b17d8f6bd)
report_progress\output\renderer Class Reference
Inheritance diagram for report_progress\output\renderer:

Public Member Functions

 render_activity_order_select (\moodle_url $url, string $activityorder)
 Render activity order single select box.
 
 render_activity_section_select (\moodle_url $url, string $activitysection, array $sections)
 Render activity section single select box.
 
 render_download_buttons (\moodle_url $url)
 Render download buttons.
 
 render_groups_select (\moodle_url $url, stdClass $course, int $activegroup=0)
 Render groups single select box.
 
 render_include_activity_select (\moodle_url $url, array $activitytypes, string $activityinclude)
 Render include activity single select box.
 

Member Function Documentation

◆ 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$urlThe base url.
string$activityorderThe current selected option.
Return values
stringHTML
Exceptions
coding_exception

◆ 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$urlThe base url.
string$activitysectionThe current selected section.
array$sectionsAn array containing all sections of the course
Return values
stringHTML
Exceptions
coding_exception

◆ render_download_buttons()

report_progress\output\renderer::render_download_buttons ( \moodle_url $url)

Render download buttons.

Parameters
moodle_url$urlThe base url.
Return values
stringHTML
Exceptions
coding_exception

◆ 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$urlThe base url.
stdClass$courseCurrent course.
int$activegroupCurrently active group, defaults to 0. Has no effect if course is in separate groups mode.
Return values
stringHTML

◆ 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$urlThe base url.
array$activitytypesThe activity type options.
string$activityincludeThe current selected option.
Return values
stringHTML
Exceptions
coding_exception

The documentation for this class was generated from the following file: