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


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) | |
Definition at line 28 of file renderer.php.
| display_options | ( | $ | options, |
| $ | coursemoduleid, | ||
| $ | vertical = false |
||
| ) |
Returns HTML to display choices of option
| object | $options | |
| int | $coursemoduleid | |
| bool | $vertical |
Reimplemented in theme_mymobile_mod_choice_renderer.
Definition at line 37 of file renderer.php.

| display_publish_anonymous_horizontal | ( | $ | choices | ) |
Returns HTML to display choices result
| object | $choices |
Definition at line 327 of file renderer.php.


| display_publish_anonymous_vertical | ( | $ | choices | ) |
Returns HTML to display choices result
| object | $choices |
Definition at line 240 of file renderer.php.


| display_publish_name_vertical | ( | $ | choices | ) |
Returns HTML to display choices result
| object | $choices | |
| bool | $forcepublish |
Reimplemented in theme_mymobile_mod_choice_renderer.
Definition at line 123 of file renderer.php.


| display_result | ( | $ | choices, |
| $ | forcepublish = false |
||
| ) |
Returns HTML to display choices result
| object | $choices | |
| bool | $forcepublish |
Definition at line 100 of file renderer.php.
