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


Public Member Functions | |
| __construct ($element=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| setPosition ($position=null) | |
| getPosition () | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_entryClassName = 'Zend_Gdata_YouTube_PlaylistVideoEntry' | |
| $_position = null | |
Definition at line 43 of file PlaylistVideoEntry.php.
| __construct | ( | $ | element = null | ) |
Creates a Playlist video entry, representing an individual video in a list of videos contained within a specific playlist
| DOMElement | $element | (optional) DOMElement from which this object should be constructed. |
Reimplemented from Zend_Gdata_YouTube_VideoEntry.
Definition at line 62 of file PlaylistVideoEntry.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_YouTube_VideoEntry.
Definition at line 78 of file PlaylistVideoEntry.php.
| getPosition | ( | ) |
Returns the position of the entry in the feed, as specified by the user
Definition at line 127 of file PlaylistVideoEntry.php.
| setPosition | ( | $ | position = null | ) |
Sets the array of embedded feeds related to the video
| Zend_Gdata_YouTube_Extension_Position | $position | The position of the entry in the feed, as specified by the user. |
Definition at line 116 of file PlaylistVideoEntry.php.
| takeChildFromDOM | ( | $ | child | ) | [protected] |
Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data.
| DOMNode | $child | The DOMNode to process |
Reimplemented from Zend_Gdata_YouTube_VideoEntry.
Definition at line 93 of file PlaylistVideoEntry.php.

$_entryClassName = 'Zend_Gdata_YouTube_PlaylistVideoEntry' [protected] |
Reimplemented from Zend_Gdata_YouTube_VideoEntry.
Definition at line 46 of file PlaylistVideoEntry.php.
$_position = null [protected] |
Definition at line 53 of file PlaylistVideoEntry.php.