web/lib/Zend/Gdata/Gapps/OwnerEntry.php
changeset 807 877f952ae2bd
parent 207 621fa6caec0c
child 1230 68c69c656a2c
equal deleted inserted replaced
805:5e7a0fedabdf 807:877f952ae2bd
    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-2010 Zend Technologies USA Inc. (http://www.zend.com)
    19  * @copyright  Copyright (c) 2005-2012 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:$
    21  * @version    $Id:$
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    44  * This class represents <atom:entry> in the Google Data protocol.
    44  * This class represents <atom:entry> in the Google Data protocol.
    45  *
    45  *
    46  * @category   Zend
    46  * @category   Zend
    47  * @package    Zend_Gdata
    47  * @package    Zend_Gdata
    48  * @subpackage Gapps
    48  * @subpackage Gapps
    49  * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
    49  * @copyright  Copyright (c) 2005-2012 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_Gapps_OwnerEntry extends Zend_Gdata_Entry
    52 class Zend_Gdata_Gapps_OwnerEntry extends Zend_Gdata_Entry
    53 {
    53 {
    54 
    54