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


Public Member Functions | |
| __construct ($page, $branchtype, $id) | |
| initialise () | |
| get_expandable () | |
Protected Attributes | |
| $branchtype | |
| $instanceid | |
| $expandable = array() | |
Definition at line 2485 of file navigationlib.php.
| __construct | ( | $ | page, |
| $ | branchtype, | ||
| $ | id | ||
| ) |
Constructs the navigation for use in AJAX request
Definition at line 2496 of file navigationlib.php.

| get_expandable | ( | ) |
Returns an array of expandable nodes
Definition at line 2596 of file navigationlib.php.
| initialise | ( | ) |
Initialise the navigation given the type and id for the branch to expand.
Reimplemented from global_navigation.
Definition at line 2509 of file navigationlib.php.


$branchtype [protected] |
Definition at line 2487 of file navigationlib.php.
$expandable = array() [protected] |
Definition at line 2491 of file navigationlib.php.
$instanceid [protected] |
Definition at line 2488 of file navigationlib.php.