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


Public Member Functions | |
| __construct ($node, $property, $mimetype=null, $encoding=null, $size=-1) | |
| setPropertyDetails ($node, $property) | |
| __toString () | |
| getNode () | |
| getProperty () | |
| getIsDirty () | |
| getMimetype () | |
| setMimetype ($mimetype) | |
| getSize () | |
| getEncoding () | |
| setEncoding ($encoding) | |
| getUrl () | |
| getGuestUrl () | |
| getContent () | |
| setContent ($content) | |
| writeContentFromFile ($fileName) | |
| readContentToFile ($fileName) | |
| onBeforeSave (&$statements, $where) | |
| onAfterSave () | |
Definition at line 30 of file ContentData.php.
| __construct | ( | $ | node, |
| $ | property, | ||
| $ | mimetype = null, |
||
| $ | encoding = null, |
||
| $ | size = -1 |
||
| ) |
Definition at line 45 of file ContentData.php.
| __toString | ( | ) |
Definition at line 64 of file ContentData.php.
| getContent | ( | ) |
Definition at line 141 of file ContentData.php.


| getEncoding | ( | ) |
Definition at line 103 of file ContentData.php.
| getGuestUrl | ( | ) |
Definition at line 128 of file ContentData.php.
| getIsDirty | ( | ) |
Definition at line 80 of file ContentData.php.
| getMimetype | ( | ) |
Definition at line 85 of file ContentData.php.
| getNode | ( | ) |
Definition at line 70 of file ContentData.php.
| getProperty | ( | ) |
Definition at line 75 of file ContentData.php.
| getSize | ( | ) |
Definition at line 97 of file ContentData.php.
| getUrl | ( | ) |
| onAfterSave | ( | ) |
Definition at line 235 of file ContentData.php.
| onBeforeSave | ( | &$ | statements, |
| $ | where | ||
| ) |
| readContentToFile | ( | $ | fileName | ) |
| setContent | ( | $ | content | ) |
Definition at line 171 of file ContentData.php.
| setEncoding | ( | $ | encoding | ) |
Definition at line 109 of file ContentData.php.
| setMimetype | ( | $ | mimetype | ) |
Definition at line 91 of file ContentData.php.
| setPropertyDetails | ( | $ | node, |
| $ | property | ||
| ) |
Definition at line 58 of file ContentData.php.
| writeContentFromFile | ( | $ | fileName | ) |
Definition at line 178 of file ContentData.php.