Moodle  2.2.1
http://www.collinsharper.com
core_grading_renderer Class Reference
Inheritance diagram for core_grading_renderer:
Collaboration diagram for core_grading_renderer:

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= '')

Detailed Description

Standard HTML output renderer for core_grading subsystem

Definition at line 32 of file renderer.php.


Member Function Documentation

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
Returns:
string

Definition at line 62 of file renderer.php.

Here is the call graph for this function:

management_message ( message)

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

Parameters:
string$message
Returns:
string

Definition at line 75 of file renderer.php.

Here is the call graph for this function:

management_method_selector ( grading_manager manager,
moodle_url targeturl 
)

Renders the active method selector at the grading method management screen

Parameters:
grading_manager$gradingman
moodle_url$targeturl
Returns:
string

Definition at line 41 of file renderer.php.

Here is the call graph for this function:

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
Returns:
string

Definition at line 90 of file renderer.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations