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


Public Member Functions | |
| __construct ($element=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| setFeedLink ($feedLink=null) | |
| getFeedLink ($rel=null) | |
| getPlaylistId () | |
| setPlaylistId ($id=null) | |
| getQueryString () | |
| setQueryString ($queryString=null) | |
| getPlaylistTitle () | |
| setPlaylistTitle ($title=null) | |
| getCountHint () | |
| getMediaThumbnail () | |
| getUsername () | |
| setUsername ($username=null) | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_entryClassName = 'Zend_Gdata_YouTube_SubscriptionEntry' | |
| $_feedLink = array() | |
| $_username = null | |
| $_playlistTitle = null | |
| $_playlistId = null | |
| $_mediaThumbnail = null | |
| $_countHint = null | |
| $_queryString = null | |
Definition at line 78 of file SubscriptionEntry.php.
| __construct | ( | $ | element = null | ) |
Creates a subscription entry, representing an individual subscription in a list of subscriptions, 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 145 of file SubscriptionEntry.php.

| getCountHint | ( | ) |
Get the counthint for a subscription.
| Zend_Gdata_App_VersionException |
Definition at line 391 of file SubscriptionEntry.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 161 of file SubscriptionEntry.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 266 of file SubscriptionEntry.php.
Get the thumbnail for a subscription.
| Zend_Gdata_App_VersionException |
Definition at line 410 of file SubscriptionEntry.php.

| getPlaylistId | ( | ) |
Get the playlist title for a 'playlist' subscription.
| Zend_Gdata_App_VersionException |
Definition at line 286 of file SubscriptionEntry.php.

| getPlaylistTitle | ( | ) |
Get the playlist title for a 'playlist' subscription.
| Zend_Gdata_App_VersionException |
Definition at line 350 of file SubscriptionEntry.php.

| getQueryString | ( | ) |
Get the queryString of the subscription
Definition at line 326 of file SubscriptionEntry.php.
| getUsername | ( | ) |
Get the username for a channel subscription.
Definition at line 428 of file SubscriptionEntry.php.
| setFeedLink | ( | $ | feedLink = null | ) |
Sets the array of embedded feeds related to the video
| array | $feedLink | The array of embedded feeds relating to the video |
Definition at line 247 of file SubscriptionEntry.php.
| setPlaylistId | ( | $ | id = null | ) |
Sets the yt:playlistId element for a new playlist subscription.
| Zend_Gdata_YouTube_Extension_PlaylistId | $id | The id of the playlist to which to subscribe to. |
| Zend_Gdata_App_VersionException |
Definition at line 307 of file SubscriptionEntry.php.

| setPlaylistTitle | ( | $ | title = null | ) |
Sets the yt:playlistTitle element for a new playlist subscription.
| Zend_Gdata_YouTube_Extension_PlaylistTitle | $title | The title of the playlist to which to subscribe to. |
| Zend_Gdata_App_VersionException |
Definition at line 371 of file SubscriptionEntry.php.

| setQueryString | ( | $ | queryString = null | ) |
Sets the yt:queryString element for a new keyword subscription.
| Zend_Gdata_YouTube_Extension_QueryString | $queryString | The query string to subscribe to |
Definition at line 338 of file SubscriptionEntry.php.
| setUsername | ( | $ | username = null | ) |
Sets the username for a new channel subscription.
| Zend_Gdata_YouTube_Extension_Username | $username | The username of the channel to which to subscribe to. |
Definition at line 440 of file SubscriptionEntry.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 196 of file SubscriptionEntry.php.

$_countHint = null [protected] |
Definition at line 129 of file SubscriptionEntry.php.
$_entryClassName = 'Zend_Gdata_YouTube_SubscriptionEntry' [protected] |
Reimplemented from Zend_Gdata_Entry.
Definition at line 81 of file SubscriptionEntry.php.
$_feedLink = array() [protected] |
Definition at line 88 of file SubscriptionEntry.php.
$_mediaThumbnail = null [protected] |
Definition at line 122 of file SubscriptionEntry.php.
$_playlistId = null [protected] |
Definition at line 113 of file SubscriptionEntry.php.
$_playlistTitle = null [protected] |
Definition at line 104 of file SubscriptionEntry.php.
$_queryString = null [protected] |
Definition at line 136 of file SubscriptionEntry.php.
$_username = null [protected] |
Definition at line 95 of file SubscriptionEntry.php.