web/lib/Zend/Gdata/Photos/PhotoFeed.php
changeset 1230 68c69c656a2c
parent 807 877f952ae2bd
equal deleted inserted replaced
1229:5a6b6e770365 1230:68c69c656a2c
    14  * to license@zend.com so we can send you a copy immediately.
    14  * to license@zend.com so we can send you a copy immediately.
    15  *
    15  *
    16  * @category   Zend
    16  * @category   Zend
    17  * @package    Zend_Gdata
    17  * @package    Zend_Gdata
    18  * @subpackage Photos
    18  * @subpackage Photos
    19  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    19  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
    20  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    20  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    21  * @version    $Id: PhotoFeed.php 24593 2012-01-05 20:35:02Z matthew $
    21  * @version    $Id$
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  * @see Zend_Gdata_Photos
    25  * @see Zend_Gdata_Photos
    26  */
    26  */
    44  * service class, Zend_Gdata_Photos.
    44  * service class, Zend_Gdata_Photos.
    45  *
    45  *
    46  * @category   Zend
    46  * @category   Zend
    47  * @package    Zend_Gdata
    47  * @package    Zend_Gdata
    48  * @subpackage Photos
    48  * @subpackage Photos
    49  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    49  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
    50  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    50  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    51  */
    51  */
    52 class Zend_Gdata_Photos_PhotoFeed extends Zend_Gdata_Feed
    52 class Zend_Gdata_Photos_PhotoFeed extends Zend_Gdata_Feed
    53 {
    53 {
    54 
    54