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

Public Member Functions

 __construct (moodle_page $page)
 __call ($method, $arguments)

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 360 of file testnavigationlib.php.


Constructor & Destructor Documentation

__construct ( moodle_page page)

The almighty constructor

Parameters:
moodle_page$page

Reimplemented from navbar.

Definition at line 362 of file testnavigationlib.php.


Member Function Documentation

__call ( method,
arguments 
)

Definition at line 366 of file testnavigationlib.php.


Field Documentation

$exposedkey = 'exposed_' [protected]

Definition at line 361 of file testnavigationlib.php.


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