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

Protected Member Functions

 render_custom_menu (custom_menu $menu)
 render_custom_menu_item (custom_menu_item $menunode)
 render_navigation_node (navigation_node $item)

Detailed Description

Definition at line 3 of file renderers.php.


Member Function Documentation

render_custom_menu ( custom_menu menu) [protected]

Renders a custom menu object (located in outputcomponents.php)

The custom menu this method override the render_custom_menu function in outputrenderers.php int $menucount

Parameters:
custom_menu$menu
Returns:
string

Reimplemented from core_renderer.

Definition at line 14 of file renderers.php.

Here is the call graph for this function:

render_custom_menu_item ( custom_menu_item menunode) [protected]

Renders a custom menu node as part of a submenu

The custom menu this method override the render_custom_menu_item function in outputrenderers.php

See also:
render_custom_menu()

int $submenucount

Parameters:
custom_menu_item$menunode
Returns:
string

Reimplemented from core_renderer.

Definition at line 55 of file renderers.php.

Here is the call graph for this function:

Here is the caller graph for this function:

render_navigation_node ( navigation_node item) [protected]

Copied from core_renderer with one minor change - changed $this->output->render() call to $this->render()

Parameters:
navigation_node$item
Returns:
string

Reimplemented from core_renderer.

Definition at line 96 of file renderers.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