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


Public Member Functions | |
| __construct (array $items=array()) | |
| get_items () | |
| add_item ($key, $title, moodle_url $url, $method) | |
Protected Attributes | |
| $items = array() | |
Represents the action menu of the tool
Definition at line 403 of file locallib.php.
| __construct | ( | array $ | items = array() | ) |
Definition at line 408 of file locallib.php.
| add_item | ( | $ | key, |
| $ | title, | ||
| moodle_url $ | url, | ||
| $ | method | ||
| ) |
Adds item into the menu
| string | $key | item identifier |
| string | $title | localized action title |
| moodle_url | $url | action handler |
| string | $method | form method |
Definition at line 433 of file locallib.php.
| get_items | ( | ) |
Returns the menu items
Definition at line 421 of file locallib.php.

Definition at line 406 of file locallib.php.