Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250620) (7d9030acd6e)
core_grading_renderer Class Reference

Standard HTML output renderer for core_grading subsystem. More...

Inheritance diagram for core_grading_renderer:

Public Member Functions

 management_action_icon (moodle_url $url, $text, $icon)
 Renders an action icon at the gradng method management screen.
 
 management_message ($message)
 Renders a message for the user, typically as an action result.
 
 management_method_selector (grading_manager $manager, moodle_url $targeturl)
 Renders the active method selector at the grading method management screen.
 
 pick_action_icon (moodle_url $url, $text, $icon='', $class='')
 Renders the template action icon.
 

Detailed Description

Standard HTML output renderer for core_grading subsystem.

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

Member Function Documentation

◆ management_action_icon()

core_grading_renderer::management_action_icon ( moodle_url $url,
$text,
$icon )

Renders an action icon at the gradng method management screen.

Parameters
moodle_url$urlaction URL
string$textaction text
string$iconthe name of the icon to use
Return values
string

◆ management_message()

core_grading_renderer::management_message ( $message)

Renders a message for the user, typically as an action result.

Parameters
string$message
Return values
string

◆ management_method_selector()

core_grading_renderer::management_method_selector ( grading_manager $manager,
moodle_url $targeturl )

Renders the active method selector at the grading method management screen.

Parameters
grading_manager$manager
moodle_url$targeturl
Return values
string

◆ pick_action_icon()

core_grading_renderer::pick_action_icon ( moodle_url $url,
$text,
$icon = '',
$class = '' )

Renders the template action icon.

Parameters
moodle_url$urlaction URL
string$textaction text
string$iconthe name of the icon to use
string$classextra class of this action
Return values
string

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