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


Public Member Functions | |
| __construct ($element=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| getTags () | |
| setTags ($value) | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_entryClassName = 'Zend_Gdata_Exif_Entry' | |
| $_tags = null | |
| __construct | ( | $ | element = null | ) |
Create a new instance.
| DOMElement | $element | (optional) DOMElement from which this object should be constructed. |
Reimplemented from Zend_Gdata_Entry.
Definition at line 70 of file Entry.php.

| getDOM | ( | $ | doc = null, |
| $ | majorVersion = 1, |
||
| $ | minorVersion = null |
||
| ) |
Retrieves a DOMElement which corresponds to this element and all child properties. This is used to build an entry back into a DOM and eventually XML text for sending to the server upon updates, or for application storage/persistence.
| DOMDocument | $doc | The DOMDocument used to construct DOMElements |
Reimplemented from Zend_Gdata_Entry.
| getTags | ( | ) |
Retrieve the tags for this entry.
| setTags | ( | $ | value | ) |
Set the tags property for this entry. This property contains various Exif data.
This corresponds to the <exif:tags> property in the Google Data protocol.
| Zend_Gdata_Exif_Extension_Tags | $value | The desired value this element, or null to unset. |
| takeChildFromDOM | ( | $ | child | ) | [protected] |
Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data.
| DOMNode | $child | The DOMNode to process |
Reimplemented from Zend_Gdata_Entry.
Definition at line 101 of file Entry.php.

$_entryClassName = 'Zend_Gdata_Exif_Entry' [protected] |
Reimplemented from Zend_Gdata_Entry.