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


Public Member Functions | |
| __construct ($element=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| getMediaGroup () | |
| setMediaGroup ($mediaGroup) | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_entryClassName = 'Zend_Gdata_Media_Entry' | |
| $_mediaGroup = null | |
| __construct | ( | $ | element = null | ) |
Create a new instance.
| DOMElement | $element | (optional) DOMElement from which this object should be constructed. |
Reimplemented from Zend_Gdata_Entry.
Reimplemented in Zend_Gdata_Photos_PhotoEntry, Zend_Gdata_YouTube_VideoEntry, Zend_Gdata_YouTube_InboxEntry, and Zend_Gdata_YouTube_PlaylistVideoEntry.
Definition at line 66 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 application storage/persistence.
| DOMDocument | $doc | The DOMDocument used to construct DOMElements |
Reimplemented from Zend_Gdata_Entry.
Reimplemented in Zend_Gdata_Photos_PhotoEntry, Zend_Gdata_YouTube_VideoEntry, Zend_Gdata_YouTube_InboxEntry, and Zend_Gdata_YouTube_PlaylistVideoEntry.
| getMediaGroup | ( | ) |
Returns the entry's mediaGroup object.
Reimplemented in Zend_Gdata_Photos_PhotoEntry.
Definition at line 116 of file Entry.php.

| setMediaGroup | ( | $ | mediaGroup | ) |
Sets the entry's mediaGroup object.
| Zend_Gdata_Media_Extension_MediaGroup | $mediaGroup |
Reimplemented in Zend_Gdata_Photos_PhotoEntry.
| 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.
Reimplemented in Zend_Gdata_Photos_PhotoEntry, Zend_Gdata_YouTube_VideoEntry, Zend_Gdata_YouTube_InboxEntry, Zend_Gdata_YouTube_PlaylistVideoEntry, and Zend_Gdata_YouTube_MediaEntry.
Definition at line 96 of file Entry.php.

$_entryClassName = 'Zend_Gdata_Media_Entry' [protected] |
Reimplemented from Zend_Gdata_Entry.
Reimplemented in Zend_Gdata_Photos_PhotoEntry, Zend_Gdata_YouTube_VideoEntry, Zend_Gdata_YouTube_InboxEntry, Zend_Gdata_YouTube_MediaEntry, and Zend_Gdata_YouTube_PlaylistVideoEntry.
$_mediaGroup = null [protected] |
Reimplemented in Zend_Gdata_YouTube_MediaEntry.