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


Public Member Functions | |
| __construct (moodle_page $page=null) | |
| __call ($method, $arguments) | |
| set_initialised () | |
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 261 of file testnavigationlib.php.
| __construct | ( | moodle_page $ | page = null | ) |
Constructs a new global navigation
| moodle_page | $page | The page this navigation object belongs to |
Reimplemented from global_navigation.
Definition at line 263 of file testnavigationlib.php.
| __call | ( | $ | method, |
| $ | arguments | ||
| ) |
Definition at line 271 of file testnavigationlib.php.
| set_initialised | ( | ) |
Definition at line 280 of file testnavigationlib.php.
$exposedkey = 'exposed_' [protected] |
Definition at line 262 of file testnavigationlib.php.