|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct ($name, $metadata=array()) | |
| __set ($name, $value) | |
| __get ($name) | |
Protected Attributes | |
| $_data = null | |
Definition at line 40 of file QueueInstance.php.
| __construct | ( | $ | name, |
| $ | metadata = array() |
||
| ) |
Constructor
| string | $name | Name |
| array | $metadata | Key/value pairs of meta data |
Definition at line 55 of file QueueInstance.php.
| __get | ( | $ | name | ) |
Magic overload for getting properties
| string | $name | Name of the property |
Definition at line 84 of file QueueInstance.php.
| __set | ( | $ | name, |
| $ | value | ||
| ) |
Magic overload for setting properties
| string | $name | Name of the property |
| string | $value | Value to set |
Definition at line 70 of file QueueInstance.php.
$_data = null [protected] |
Definition at line 47 of file QueueInstance.php.