|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct ($id, $name, $href, $updated) | |
| __set ($name, $value) | |
| __get ($name) | |
Protected Attributes | |
| $_data = null | |
Definition at line 41 of file TableInstance.php.
| __construct | ( | $ | id, |
| $ | name, | ||
| $ | href, | ||
| $ | updated | ||
| ) |
Constructor
| string | $id | Id |
| string | $name | Name |
| string | $href | Href |
| string | $updated | Updated |
Definition at line 58 of file TableInstance.php.
| __get | ( | $ | name | ) |
Magic overload for getting properties
| string | $name | Name of the property |
Definition at line 88 of file TableInstance.php.
| __set | ( | $ | name, |
| $ | value | ||
| ) |
Magic overload for setting properties
| string | $name | Name of the property |
| string | $value | Value to set |
Definition at line 74 of file TableInstance.php.
$_data = null [protected] |
Definition at line 48 of file TableInstance.php.