Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250605) (9223e346c3e)
tool_cohortroles\output\renderer Class Reference

Renderer class for cohort roles. More...

Inheritance diagram for tool_cohortroles\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.
 

Detailed Description

Renderer class for cohort roles.

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

Member Function Documentation

◆ notify_message()

tool_cohortroles\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()

tool_cohortroles\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()

tool_cohortroles\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

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