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:
0
libs/Zend/Gdata/YouTube/Extension/Control.php
Executable file → Normal file
0
libs/Zend/Gdata/YouTube/Extension/Control.php
Executable file → Normal file
0
libs/Zend/Gdata/YouTube/Extension/CountHint.php
Executable file → Normal file
0
libs/Zend/Gdata/YouTube/Extension/CountHint.php
Executable file → Normal file
0
libs/Zend/Gdata/YouTube/Extension/Link.php
Executable file → Normal file
0
libs/Zend/Gdata/YouTube/Extension/Link.php
Executable file → Normal file
0
libs/Zend/Gdata/YouTube/Extension/MediaContent.php
Executable file → Normal file
0
libs/Zend/Gdata/YouTube/Extension/MediaContent.php
Executable file → Normal file
0
libs/Zend/Gdata/YouTube/Extension/MediaGroup.php
Executable file → Normal file
0
libs/Zend/Gdata/YouTube/Extension/MediaGroup.php
Executable file → Normal file
0
libs/Zend/Gdata/YouTube/Extension/MediaRating.php
Executable file → Normal file
0
libs/Zend/Gdata/YouTube/Extension/MediaRating.php
Executable file → Normal file
0
libs/Zend/Gdata/YouTube/Extension/Private.php
Executable file → Normal file
0
libs/Zend/Gdata/YouTube/Extension/Private.php
Executable file → Normal file
@ -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: Statistics.php 16971 2009-07-22 18:05:45Z mikaelkael $
|
||||
* @version $Id: Statistics.php 18951 2009-11-12 16:26:19Z alexander $
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -67,7 +67,7 @@ class Zend_Gdata_YouTube_Extension_Statistics extends Zend_Gdata_Extension
|
||||
* who have subscribed to a particular user's YouTube channel.
|
||||
* The subscriberCount attribute is only specified when the
|
||||
* <yt:statistics> tag appears within a user profile entry.
|
||||
*
|
||||
*
|
||||
* @var integer
|
||||
*/
|
||||
protected $_subscriberCount = null;
|
||||
@ -213,7 +213,7 @@ class Zend_Gdata_YouTube_Extension_Statistics extends Zend_Gdata_Extension
|
||||
* Set the value for this element's videoWatchCount attribute.
|
||||
*
|
||||
* @param int $value The desired value for this attribute.
|
||||
* @return Zend_Gdata_YouTube_Extension_Statistics The element being
|
||||
* @return Zend_Gdata_YouTube_Extension_Statistics The element being
|
||||
* modified.
|
||||
*/
|
||||
public function setVideoWatchCount($value)
|
||||
@ -236,7 +236,7 @@ class Zend_Gdata_YouTube_Extension_Statistics extends Zend_Gdata_Extension
|
||||
* Set the value for this element's subscriberCount attribute.
|
||||
*
|
||||
* @param int $value The desired value for this attribute.
|
||||
* @return Zend_Gdata_YouTube_Extension_Statistics The element being
|
||||
* @return Zend_Gdata_YouTube_Extension_Statistics The element being
|
||||
* modified.
|
||||
*/
|
||||
public function setSubscriberCount($value)
|
||||
@ -259,7 +259,7 @@ class Zend_Gdata_YouTube_Extension_Statistics extends Zend_Gdata_Extension
|
||||
* Set the value for this element's lastWebAccess attribute.
|
||||
*
|
||||
* @param int $value The desired value for this attribute.
|
||||
* @return Zend_Gdata_YouTube_Extension_Statistics The element being
|
||||
* @return Zend_Gdata_YouTube_Extension_Statistics The element being
|
||||
* modified.
|
||||
*/
|
||||
public function setLastWebAccess($value)
|
||||
@ -282,7 +282,7 @@ class Zend_Gdata_YouTube_Extension_Statistics extends Zend_Gdata_Extension
|
||||
* Set the value for this element's favoriteCount attribute.
|
||||
*
|
||||
* @param int $value The desired value for this attribute.
|
||||
* @return Zend_Gdata_YouTube_Extension_Statistics The element being
|
||||
* @return Zend_Gdata_YouTube_Extension_Statistics The element being
|
||||
* modified.
|
||||
*/
|
||||
public function setFavoriteCount($value)
|
||||
|
0
libs/Zend/Gdata/YouTube/Extension/Token.php
Executable file → Normal file
0
libs/Zend/Gdata/YouTube/Extension/Token.php
Executable file → Normal file
Reference in New Issue
Block a user