|
Moodle
2.2.1
http://www.collinsharper.com
|
Static Public Member Functions | |
| static | make ($shortname, $params=array()) |
Data Fields | |
| $name | |
| $url | |
| $description | |
Protected Member Functions | |
| __construct ($name, moodle_url $url, $description) | |
Class to encapsulate one of the functionalities that this plugin offers.
Definition at line 77 of file locallib.php.
| __construct | ( | $ | name, |
| moodle_url $ | url, | ||
| $ | description | ||
| ) | [protected] |
Constructor to set the fields.
Definition at line 88 of file locallib.php.
Make an action with standard values.
| string | $shortname | internal name of the action. Used to get strings and build a URL. |
| array | $params | any URL params required. |
Definition at line 100 of file locallib.php.

Definition at line 83 of file locallib.php.
| $name |
Definition at line 79 of file locallib.php.
| $url |
Definition at line 81 of file locallib.php.