Moodle  2.2.1
http://www.collinsharper.com
Zend_Gdata_YouTube_PlaylistVideoEntry Class Reference
Inheritance diagram for Zend_Gdata_YouTube_PlaylistVideoEntry:
Collaboration diagram for Zend_Gdata_YouTube_PlaylistVideoEntry:

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

Detailed Description

Definition at line 43 of file PlaylistVideoEntry.php.


Constructor & Destructor Documentation

__construct ( element = null)

Creates a Playlist video entry, representing an individual video in a list of videos contained within a specific playlist

Parameters:
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.

Here is the call graph for this function:


Member Function Documentation

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.

Parameters:
DOMDocument$docThe DOMDocument used to construct DOMElements
Returns:
DOMElement The DOMElement representing this element and all child properties.

Reimplemented from Zend_Gdata_YouTube_VideoEntry.

Definition at line 78 of file PlaylistVideoEntry.php.

Returns the position of the entry in the feed, as specified by the user

Returns:
Zend_Gdata_YouTube_Extension_Position The position

Definition at line 127 of file PlaylistVideoEntry.php.

setPosition ( position = null)

Sets the array of embedded feeds related to the video

Parameters:
Zend_Gdata_YouTube_Extension_Position$positionThe position of the entry in the feed, as specified by the user.
Returns:
Zend_Gdata_YouTube_PlaylistVideoEntry Provides a fluent interface

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.

Parameters:
DOMNode$childThe DOMNode to process

Reimplemented from Zend_Gdata_YouTube_VideoEntry.

Definition at line 93 of file PlaylistVideoEntry.php.

Here is the call graph for this function:


Field Documentation

$_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.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations