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

Public Member Functions

 __construct (moodle_page $page=null)
 __call ($method, $arguments)
 set_initialised ()

Protected Attributes

 $exposedkey = 'exposed_'

Detailed Description

This is a dummy object that allows us to call protected methods within the global navigation class by prefixing the methods with `exposed_`

Definition at line 261 of file testnavigationlib.php.


Constructor & Destructor Documentation

__construct ( moodle_page page = null)

Constructs a new global navigation

Parameters:
moodle_page$pageThe page this navigation object belongs to

Reimplemented from global_navigation.

Definition at line 263 of file testnavigationlib.php.


Member Function Documentation

__call ( method,
arguments 
)

Definition at line 271 of file testnavigationlib.php.

Definition at line 280 of file testnavigationlib.php.


Field Documentation

$exposedkey = 'exposed_' [protected]

Definition at line 262 of file testnavigationlib.php.


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