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


Public Member Functions | |
| __construct ($session, $store, $id, $description=null, $major=false) | |
| __get ($name) | |
| getSession () | |
| getStore () | |
| getId () | |
| getDescription () | |
| getMajor () | |
| getType () | |
| getProperties () | |
| getAspects () | |
Version class
Definition at line 33 of file Version.php.
| __construct | ( | $ | session, |
| $ | store, | ||
| $ | id, | ||
| $ | description = null, |
||
| $ | major = false |
||
| ) |
Constructor
| $session | the session that the version is tied to |
| @store | the store that the forzen node is stored in the id of the frozen node |
| @description | the description of the version |
| @major | indicates whether this is a major or minor revision |
Definition at line 53 of file Version.php.
| __get | ( | $ | name | ) |
__get override.
If called with a valid property short name, the frozen value of that property is returned.
Reimplemented from BaseObject.
Definition at line 72 of file Version.php.
| getAspects | ( | ) |
Definition at line 138 of file Version.php.
| getDescription | ( | ) |
Definition at line 118 of file Version.php.
| getId | ( | ) |
Definition at line 113 of file Version.php.
| getMajor | ( | ) |
Definition at line 123 of file Version.php.
| getProperties | ( | ) |
Definition at line 133 of file Version.php.
| getSession | ( | ) |
| getStore | ( | ) |
| getType | ( | ) |
Definition at line 128 of file Version.php.