|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| management_method_selector (grading_manager $manager, moodle_url $targeturl) | |
| management_action_icon (moodle_url $url, $text, $icon) | |
| management_message ($message) | |
| pick_action_icon (moodle_url $url, $text, $icon= '', $class= '') | |
Standard HTML output renderer for core_grading subsystem
Definition at line 32 of file renderer.php.
| management_action_icon | ( | moodle_url $ | url, |
| $ | text, | ||
| $ | icon | ||
| ) |
Renders an action icon at the gradng method management screen
| moodle_url | $url | action URL |
| string | $text | action text |
| string | $icon | the name of the icon to use |
Definition at line 62 of file renderer.php.

| management_message | ( | $ | message | ) |
Renders a message for the user, typically as an action result
| string | $message |
Definition at line 75 of file renderer.php.

| management_method_selector | ( | grading_manager $ | manager, |
| moodle_url $ | targeturl | ||
| ) |
Renders the active method selector at the grading method management screen
| grading_manager | $gradingman | |
| moodle_url | $targeturl |
Definition at line 41 of file renderer.php.

| pick_action_icon | ( | moodle_url $ | url, |
| $ | text, | ||
| $ | icon = '', |
||
| $ | class = '' |
||
| ) |
Renders the template action icon
| 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 |
Definition at line 90 of file renderer.php.
