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

Public Member Functions

 display_options ($options, $coursemoduleid, $vertical=false)
 display_result ($choices, $forcepublish=false)
 display_publish_name_vertical ($choices)
 display_publish_anonymous_vertical ($choices)
 display_publish_anonymous_horizontal ($choices)

Detailed Description

Definition at line 28 of file renderer.php.


Member Function Documentation

display_options ( options,
coursemoduleid,
vertical = false 
)

Returns HTML to display choices of option

Parameters:
object$options
int$coursemoduleid
bool$vertical
Returns:
string

Reimplemented in theme_mymobile_mod_choice_renderer.

Definition at line 37 of file renderer.php.

Here is the call graph for this function:

Returns HTML to display choices result

Parameters:
object$choices
Returns:
string

Definition at line 327 of file renderer.php.

Here is the call graph for this function:

Here is the caller graph for this function:

Returns HTML to display choices result

Parameters:
object$choices
Returns:
string

Definition at line 240 of file renderer.php.

Here is the call graph for this function:

Here is the caller graph for this function:

Returns HTML to display choices result

Parameters:
object$choices
bool$forcepublish
Returns:
string

Reimplemented in theme_mymobile_mod_choice_renderer.

Definition at line 123 of file renderer.php.

Here is the call graph for this function:

Here is the caller graph for this function:

display_result ( choices,
forcepublish = false 
)

Returns HTML to display choices result

Parameters:
object$choices
bool$forcepublish
Returns:
string

Definition at line 100 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