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


Public Member Functions | |
| heading ($text, $level=2, $classes= 'main', $id=null) | |
| block (block_contents $bc, $region) | |
| navbar () | |
| login_info () | |
| login_info_footer () | |
| redirect_message ($encodedurl, $message, $delay, $debugdisableredirect) | |
| header () | |
| notification ($message, $classes= 'notifyproblem') | |
| blocks_for_region ($region) | |
Protected Member Functions | |
| theme_swatch () | |
| block_header (block_contents $bc) | |
| init_block_hider_js (block_contents $bc) | |
| render_navigation_node (navigation_node $item) | |
| render_help_icon (help_icon $helpicon) | |
| render_single_button (single_button $button) | |
| render_single_select (single_select $select) | |
Definition at line 115 of file renderers.php.
| block | ( | block_contents $ | bc, |
| $ | region | ||
| ) |
Renders a block
| block_contents | $bc | |
| string | $region |
Reimplemented from core_renderer.
Definition at line 163 of file renderers.php.


| block_header | ( | block_contents $ | bc | ) | [protected] |
Produces a blocks header
| block_contents | $bc |
Reimplemented from core_renderer.
Definition at line 221 of file renderers.php.


| blocks_for_region | ( | $ | region | ) |
Renders the blocks for a block region in the page
| type | $region |
Reimplemented from core_renderer.
Definition at line 692 of file renderers.php.

| header | ( | ) |
Renders the header for the page
Reimplemented from core_renderer.
Definition at line 628 of file renderers.php.


| heading | ( | $ | text, |
| $ | level = 2, |
||
| $ | classes = 'main', |
||
| $ | id = null |
||
| ) |
Produces a heading
| string | $text | |
| int | $level | |
| string | $classes | |
| string | $id |
Reimplemented from core_renderer.
Definition at line 144 of file renderers.php.

| init_block_hider_js | ( | block_contents $ | bc | ) | [protected] |
An evil function we don't want to execute
| block_contents | $bc |
Reimplemented from core_renderer.
Definition at line 237 of file renderers.php.
| login_info | ( | ) |
Displays login info
Reimplemented from core_renderer.
Definition at line 301 of file renderers.php.

Displays login info in the footer
Definition at line 379 of file renderers.php.

| navbar | ( | ) |
Produces the navigation bar for the mymobile theme
Reimplemented from core_renderer.
Definition at line 248 of file renderers.php.

| notification | ( | $ | message, |
| $ | classes = 'notifyproblem' |
||
| ) |
Renders a notification
| string | $message | |
| string | $classes |
Reimplemented from core_renderer.
Definition at line 682 of file renderers.php.


| redirect_message | ( | $ | encodedurl, |
| $ | message, | ||
| $ | delay, | ||
| $ | debugdisableredirect | ||
| ) |
Prints a message and redirects
| string | $encodedurl | |
| string | $message | |
| int | $delay | |
| true | $debugdisableredirect |
Reimplemented from core_renderer.
Definition at line 466 of file renderers.php.

| render_help_icon | ( | help_icon $ | helpicon | ) | [protected] |
Renders a help icon
| help_icon | $helpicon |
Reimplemented from core_renderer.
Definition at line 516 of file renderers.php.

| render_navigation_node | ( | navigation_node $ | item | ) | [protected] |
Renders a navigation node
This function has been overridden to remove tabindexs
| navigation_node | $item |
Reimplemented from core_renderer.
Definition at line 286 of file renderers.php.
| render_single_button | ( | single_button $ | button | ) | [protected] |
Renders a single button
| single_button | $button |
Reimplemented from core_renderer.
Definition at line 564 of file renderers.php.

| render_single_select | ( | single_select $ | select | ) | [protected] |
Renders a single select instance
| single_select | $select |
Reimplemented from core_renderer.
Definition at line 718 of file renderers.php.

| theme_swatch | ( | ) | [protected] |
Returns the dtheme to use for the selected swatch
Definition at line 122 of file renderers.php.
