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


Public Member Functions | |
| __construct ($element=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| setDescription ($description=null) | |
| getDescription () | |
| getCountHint () | |
| getPlaylistId () | |
| setFeedLink ($feedLink=null) | |
| getFeedLink ($rel=null) | |
| getPlaylistVideoFeedUrl () | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_entryClassName = 'Zend_Gdata_YouTube_PlaylistListEntry' | |
| $_feedLink = array() | |
| $_description = null | |
| $_playlistId = null | |
| $_countHint = null | |
Definition at line 63 of file PlaylistListEntry.php.
| __construct | ( | $ | element = null | ) |
Creates a Playlist list entry, representing an individual playlist in a list of playlists, usually associated with an individual user.
| DOMElement | $element | (optional) DOMElement from which this object should be constructed. |
Reimplemented from Zend_Gdata_Entry.
Definition at line 104 of file PlaylistListEntry.php.

| getCountHint | ( | ) |
Returns the countHint relating to the playlist.
The countHint is the number of videos on a playlist.
| Zend_Gdata_App_VersionException |
Definition at line 217 of file PlaylistListEntry.php.

| getDescription | ( | ) |
Returns the description relating to the video.
Definition at line 199 of file PlaylistListEntry.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.
Definition at line 120 of file PlaylistListEntry.php.
| getFeedLink | ( | $ | rel = null | ) |
Get the feed link property for this entry.
| string | $rel | (optional) The rel value of the link to be found. If null, the array of links is returned. |
Definition at line 272 of file PlaylistListEntry.php.

| getPlaylistId | ( | ) |
Returns the Id relating to the playlist.
| Zend_Gdata_App_VersionException |
Definition at line 235 of file PlaylistListEntry.php.

Returns the URL of the playlist video feed
Definition at line 291 of file PlaylistListEntry.php.

| setDescription | ( | $ | description = null | ) |
Sets the description relating to the playlist.
| Zend_Gdata_YouTube_Extension_Description | $description | The description relating to the video |
Definition at line 183 of file PlaylistListEntry.php.

| setFeedLink | ( | $ | feedLink = null | ) |
Sets the array of embedded feeds related to the playlist
| array | $feedLink | The array of embedded feeds relating to the video |
Definition at line 253 of file PlaylistListEntry.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_Entry.
Definition at line 146 of file PlaylistListEntry.php.

$_countHint = null [protected] |
Definition at line 95 of file PlaylistListEntry.php.
$_description = null [protected] |
Definition at line 81 of file PlaylistListEntry.php.
$_entryClassName = 'Zend_Gdata_YouTube_PlaylistListEntry' [protected] |
Reimplemented from Zend_Gdata_Entry.
Definition at line 66 of file PlaylistListEntry.php.
$_feedLink = array() [protected] |
Definition at line 73 of file PlaylistListEntry.php.
$_playlistId = null [protected] |
Definition at line 88 of file PlaylistListEntry.php.