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


Public Member Functions | |
| __construct (moodle_page $page) | |
| __call ($method, $arguments) | |
Protected Attributes | |
| $exposedkey = 'exposed_' | |
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.
| __construct | ( | moodle_page $ | page | ) |
The almighty constructor
| moodle_page | $page |
Reimplemented from navbar.
Definition at line 362 of file testnavigationlib.php.
| __call | ( | $ | method, |
| $ | arguments | ||
| ) |
Definition at line 366 of file testnavigationlib.php.
$exposedkey = 'exposed_' [protected] |
Definition at line 361 of file testnavigationlib.php.