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


Public Member Functions | |
| __construct ($session, $store, $id) | |
| setPropertyValues ($properties) | |
| updateContent ($property, $mimetype, $encoding="UTF-8", $content=null) | |
| hasAspect ($aspect) | |
| addAspect ($aspect, $properties=null) | |
| removeAspect ($aspect) | |
| createChild ($type, $associationType, $associationName) | |
| addChild ($node, $associationType, $associationName) | |
| removeChild ($childAssociation) | |
| addAssociation ($to, $associationType) | |
| removeAssociation ($association) | |
| createVersion ($description=null, $major=false) | |
| __get ($name) | |
| __set ($name, $value) | |
| __toString () | |
| __toArray () | |
| getSession () | |
| getStore () | |
| getId () | |
| getIsNewNode () | |
| getType () | |
| getAspects () | |
| getProperties () | |
| setProperties ($properties) | |
| getVersionHistory () | |
| getChildren () | |
| getParents () | |
| getPrimaryParent () | |
| getAssociations () | |
| onBeforeSave (&$statements) | |
| onAfterSave ($idMap) | |
Static Public Member Functions | |
| static | createFromWebServiceData ($session, $webServiceNode) |
| static | __toNodeRef ($store, $id) |
| __construct | ( | $ | session, |
| $ | store, | ||
| $ | id | ||
| ) |
| __get | ( | $ | name | ) |
Reimplemented from BaseObject.
| __set | ( | $ | name, |
| $ | value | ||
| ) |
Reimplemented from BaseObject.
| static __toNodeRef | ( | $ | store, |
| $ | id | ||
| ) | [static] |
| __toString | ( | ) |
| addAspect | ( | $ | aspect, |
| $ | properties = null |
||
| ) |
| addAssociation | ( | $ | to, |
| $ | associationType | ||
| ) |
| addChild | ( | $ | node, |
| $ | associationType, | ||
| $ | associationName | ||
| ) |
| createChild | ( | $ | type, |
| $ | associationType, | ||
| $ | associationName | ||
| ) |
| static createFromWebServiceData | ( | $ | session, |
| $ | webServiceNode | ||
| ) | [static] |
| createVersion | ( | $ | description = null, |
| $ | major = false |
||
| ) |
| getAspects | ( | ) |
| getAssociations | ( | ) |
| getChildren | ( | ) |
| getIsNewNode | ( | ) |
| getParents | ( | ) |
| getPrimaryParent | ( | ) |
| getProperties | ( | ) |
| getSession | ( | ) |
Accessor for the versionHistory property.
| onAfterSave | ( | $ | idMap | ) |
| onBeforeSave | ( | &$ | statements | ) |
| removeAspect | ( | $ | aspect | ) |
| removeAssociation | ( | $ | association | ) |
| removeChild | ( | $ | childAssociation | ) |
| setProperties | ( | $ | properties | ) |
| setPropertyValues | ( | $ | properties | ) |
| updateContent | ( | $ | property, |
| $ | mimetype, | ||
| $ | encoding = "UTF-8", |
||
| $ | content = null |
||
| ) |