import v2.0.0.0_RC3 | 2012-07-01
https://github.com/lucanos/CommunityID -> http://www.itadmins.net/archives/357
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
* @subpackage YouTube
|
||||
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
* @version $Id: SubscriptionEntry.php 16971 2009-07-22 18:05:45Z mikaelkael $
|
||||
* @version $Id: SubscriptionEntry.php 18951 2009-11-12 16:26:19Z alexander $
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -86,35 +86,35 @@ class Zend_Gdata_YouTube_SubscriptionEntry extends Zend_Gdata_Entry
|
||||
* @var array
|
||||
*/
|
||||
protected $_feedLink = array();
|
||||
|
||||
|
||||
/**
|
||||
* The username of this entry.
|
||||
*
|
||||
* @var Zend_Gdata_YouTube_Extension_Username
|
||||
*/
|
||||
protected $_username = null;
|
||||
|
||||
|
||||
/**
|
||||
* The playlist title for this entry.
|
||||
*
|
||||
*
|
||||
* This element is only used on subscriptions to playlists.
|
||||
*
|
||||
* @var Zend_Gdata_YouTube_Extension_PlaylistTitle
|
||||
*/
|
||||
protected $_playlistTitle = null;
|
||||
|
||||
|
||||
/**
|
||||
* The playlist id for this entry.
|
||||
*
|
||||
*
|
||||
* This element is only used on subscriptions to playlists.
|
||||
*
|
||||
* @var Zend_Gdata_YouTube_Extension_PlaylistId
|
||||
*/
|
||||
protected $_playlistId = null;
|
||||
|
||||
|
||||
/**
|
||||
* The media:thumbnail element for this entry.
|
||||
*
|
||||
*
|
||||
* This element is only used on subscriptions to playlists.
|
||||
*
|
||||
* @var Zend_Gdata_Media_Extension_MediaThumbnail
|
||||
@ -276,7 +276,7 @@ class Zend_Gdata_YouTube_SubscriptionEntry extends Zend_Gdata_Entry
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get the playlist title for a 'playlist' subscription.
|
||||
*
|
||||
@ -299,7 +299,7 @@ class Zend_Gdata_YouTube_SubscriptionEntry extends Zend_Gdata_Entry
|
||||
/**
|
||||
* Sets the yt:playlistId element for a new playlist subscription.
|
||||
*
|
||||
* @param Zend_Gdata_YouTube_Extension_PlaylistId $id The id of
|
||||
* @param Zend_Gdata_YouTube_Extension_PlaylistId $id The id of
|
||||
* the playlist to which to subscribe to.
|
||||
* @throws Zend_Gdata_App_VersionException
|
||||
* @return Zend_Gdata_YouTube_SubscriptionEntry Provides a fluent interface
|
||||
@ -363,7 +363,7 @@ class Zend_Gdata_YouTube_SubscriptionEntry extends Zend_Gdata_Entry
|
||||
/**
|
||||
* Sets the yt:playlistTitle element for a new playlist subscription.
|
||||
*
|
||||
* @param Zend_Gdata_YouTube_Extension_PlaylistTitle $title The title of
|
||||
* @param Zend_Gdata_YouTube_Extension_PlaylistTitle $title The title of
|
||||
* the playlist to which to subscribe to.
|
||||
* @throws Zend_Gdata_App_VersionException
|
||||
* @return Zend_Gdata_YouTube_SubscriptionEntry Provides a fluent interface
|
||||
@ -419,7 +419,7 @@ class Zend_Gdata_YouTube_SubscriptionEntry extends Zend_Gdata_Entry
|
||||
return $this->_mediaThumbnail;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get the username for a channel subscription.
|
||||
*
|
||||
@ -433,7 +433,7 @@ class Zend_Gdata_YouTube_SubscriptionEntry extends Zend_Gdata_Entry
|
||||
/**
|
||||
* Sets the username for a new channel subscription.
|
||||
*
|
||||
* @param Zend_Gdata_YouTube_Extension_Username $username The username of
|
||||
* @param Zend_Gdata_YouTube_Extension_Username $username The username of
|
||||
* the channel to which to subscribe to.
|
||||
* @return Zend_Gdata_YouTube_SubscriptionEntry Provides a fluent interface
|
||||
*/
|
||||
|
Reference in New Issue
Block a user