Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250530) (c39b7370636)
report_competency\output\renderer Class Reference

Renderer class for competency breakdown report. More...

Inheritance diagram for report_competency\output\renderer:

Public Member Functions

 notify_message ($message)
 Output a nofication.
 
 notify_problem ($message)
 Output an error notification.
 
 notify_success ($message)
 Output a success notification.
 
 render_report (report $page)
 Defer to template.
 
 render_user_course_navigation (user_course_navigation $nav)
 Defer to template.
 

Detailed Description

Renderer class for competency breakdown report.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ notify_message()

report_competency\output\renderer::notify_message ( $message)

Output a nofication.

Parameters
string$messagethe message to print out
Return values
stringHTML fragment.
See also
core\output\notification

◆ notify_problem()

report_competency\output\renderer::notify_problem ( $message)

Output an error notification.

Parameters
string$messagethe message to print out
Return values
stringHTML fragment.
See also
core\output\notification

◆ notify_success()

report_competency\output\renderer::notify_success ( $message)

Output a success notification.

Parameters
string$messagethe message to print out
Return values
stringHTML fragment.
See also
core\output\notification

◆ render_report()

report_competency\output\renderer::render_report ( report $page)

Defer to template.

Parameters
report$page
Return values
stringhtml for the page

◆ render_user_course_navigation()

report_competency\output\renderer::render_user_course_navigation ( user_course_navigation $nav)

Defer to template.

Parameters
user_course_navigation$nav
Return values
string

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