Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Represents the YouTube video subscription flavor of an Atom entry
Zend_Gdata_YouTube_Extension_CountHint $_countHint = 'null'
The countHint for this entry.
$_entryClassName = 'Zend_Gdata_YouTube_SubscriptionEntry'
array $_feedLink = 'array'
Nested feed links
Zend_Gdata_Media_Extension_MediaThumbnail $_mediaThumbnail = 'null'
The media:thumbnail element for this entry.
This element is only used on subscriptions to playlists.
Zend_Gdata_YouTube_Extension_PlaylistId $_playlistId = 'null'
The playlist id for this entry.
This element is only used on subscriptions to playlists.
Zend_Gdata_YouTube_Extension_PlaylistTitle $_playlistTitle = 'null'
The playlist title for this entry.
This element is only used on subscriptions to playlists.
Zend_Gdata_YouTube_Extension_QueryString $_queryString = 'null'
The queryString for this entry.
Zend_Gdata_YouTube_Extension_Username $_username = 'null'
The username of this entry.
__construct(
DOMElement $element
=
null
)
:
Creates a subscription entry, representing an individual subscription in a list of subscriptions, usually associated with an individual user.
getCountHint(
)
:
Zend_Gdata_YouTube_Extension_CountHint
Get the counthint for a subscription.
getDOM(
DOMDocument $doc
=
null, $majorVersion
=
1, $minorVersion
=
null
)
:
DOMElement
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.
getFeedLink(
string $rel
=
null
)
:
mixed
Get the feed link property for this entry.
getMediaThumbnail(
)
:
Zend_Gdata_Media_Extension_MediaThumbnail
Get the thumbnail for a subscription.
getPlaylistId(
)
:
Zend_Gdata_YouTube_Extension_PlaylistId
Get the playlist title for a 'playlist' subscription.
getPlaylistTitle(
)
:
Zend_Gdata_YouTube_Extension_PlaylistTitle
Get the playlist title for a 'playlist' subscription.
getQueryString(
)
:
Zend_Gdata_YouTube_Extension_QueryString
Get the queryString of the subscription
getUsername(
)
:
Zend_Gdata_YouTube_Extension_Username
Get the username for a channel subscription.
setFeedLink(
array $feedLink
=
null
)
:
Zend_Gdata_YouTube_SubscriptionEntry
Sets the array of embedded feeds related to the video
setPlaylistId(
Zend_Gdata_YouTube_Extension_PlaylistId $id
=
null
)
:
Zend_Gdata_YouTube_SubscriptionEntry
Sets the yt:playlistId element for a new playlist subscription.
setPlaylistTitle(
Zend_Gdata_YouTube_Extension_PlaylistTitle $title
=
null
)
:
Zend_Gdata_YouTube_SubscriptionEntry
Sets the yt:playlistTitle element for a new playlist subscription.
setQueryString(
Zend_Gdata_YouTube_Extension_QueryString $queryString
=
null
)
:
Zend_Gdata_YouTube_SubscriptionEntry
Sets the yt:queryString element for a new keyword subscription.
setUsername(
Zend_Gdata_YouTube_Extension_Username $username
=
null
)
:
Zend_Gdata_YouTube_SubscriptionEntry
Sets the username for a new channel subscription.
takeChildFromDOM(
DOMNode $child
)
:
Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data.