web/lib/Zend/Gdata/Gbase/SnippetEntry.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 Gbase
    18  * @subpackage Gbase
    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: SnippetEntry.php 20096 2010-01-06 02:05:09Z bkarwin $
    21  * @version    $Id: SnippetEntry.php 24777 2012-05-08 18:50:23Z adamlundrigan $
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  * @see Zend_Gdata_Gbase_Entry
    25  * @see Zend_Gdata_Gbase_Entry
    26  */
    26  */
    32  * @link http://code.google.com/apis/base/
    32  * @link http://code.google.com/apis/base/
    33  *
    33  *
    34  * @category   Zend
    34  * @category   Zend
    35  * @package    Zend_Gdata
    35  * @package    Zend_Gdata
    36  * @subpackage Gbase
    36  * @subpackage Gbase
    37  * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
    37  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    38  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    38  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    39  */
    39  */
    40 class Zend_Gdata_Gbase_SnippetEntry extends Zend_Gdata_Gbase_Entry
    40 class Zend_Gdata_Gbase_SnippetEntry extends Zend_Gdata_Gbase_Entry
    41 {
    41 {
    42     /**
       
    43      * The classname for individual snippet entry elements.
       
    44      *
       
    45      * @var string
       
    46      */
       
    47     protected $_entryClassName = 'Zend_Gdata_Gbase_SnippetEntry';
       
    48 }
    42 }