Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

(no description)

File Size: 144 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: renderer  - X-Ref

Report renderer class

render_system_report(system_report $report)   X-Ref
Render a system report

return: string
param: system_report $report

render_system_report_table(system_report_table $table)   X-Ref
Render a system report table

return: string
param: system_report_table $table

render_custom_report(custom_report $report)   X-Ref
Render a custom report

return: string
param: custom_report $report

render_custom_report_table(custom_report_table $table)   X-Ref
Render a custom report table

return: string
param: custom_report_table $table

render_custom_report_table_view(custom_report_table_view $table)   X-Ref
Render a custom report table (view only mode)

return: string
param: custom_report_table_view $table

render_new_report_button()   X-Ref
Renders the New report button

return: string

render_fullpage_editor_header(report $report)   X-Ref
Renders full page editor header

return: string
param: report $report