Standard HTML output renderer for core_grading subsystem.
More...
Standard HTML output renderer for core_grading subsystem.
- Copyright
- 2011 David Mudrak david.nosp@m.@moo.nosp@m.dle.c.nosp@m.om
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ 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 | $url | action URL |
string | $text | action text |
string | $icon | the name of the icon to use |
- Return values
-
◆ management_message()
core_grading_renderer::management_message |
( |
| $message | ) |
|
Renders a message for the user, typically as an action result.
- Parameters
-
- Return values
-
◆ 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
-
- Return values
-
◆ pick_action_icon()
core_grading_renderer::pick_action_icon |
( |
moodle_url | $url, |
|
|
| $text, |
|
|
| $icon = '', |
|
|
| $class = '' ) |
Renders the template action icon.
- Parameters
-
moodle_url | $url | action URL |
string | $text | action text |
string | $icon | the name of the icon to use |
string | $class | extra class of this action |
- Return values
-
The documentation for this class was generated from the following file:
- grade/grading/renderer.php