web/lib/Zend/Gdata/Gapps/NicknameEntry.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 Gapps
    18  * @subpackage Gapps
    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: NicknameEntry.php 24593 2012-01-05 20:35:02Z matthew $
    21  * @version    $Id$
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  * @see Zend_Gdata_Entry
    25  * @see Zend_Gdata_Entry
    26  */
    26  */
    51  * This class represents <atom:entry> in the Google Data protocol.
    51  * This class represents <atom:entry> in the Google Data protocol.
    52  *
    52  *
    53  * @category   Zend
    53  * @category   Zend
    54  * @package    Zend_Gdata
    54  * @package    Zend_Gdata
    55  * @subpackage Gapps
    55  * @subpackage Gapps
    56  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    56  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
    57  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    57  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    58  */
    58  */
    59 class Zend_Gdata_Gapps_NicknameEntry extends Zend_Gdata_Entry
    59 class Zend_Gdata_Gapps_NicknameEntry extends Zend_Gdata_Entry
    60 {
    60 {
    61 
    61