web/lib/Zend/Gdata/Docs/Query.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 Docs
    18  * @subpackage Docs
    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: Query.php 20096 2010-01-06 02:05:09Z bkarwin $
    21  * @version    $Id: Query.php 24593 2012-01-05 20:35:02Z matthew $
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  * Zend_Gdata_Query
    25  * Zend_Gdata_Query
    26  */
    26  */
    32  * @link http://code.google.com/apis/gdata/spreadsheets/
    32  * @link http://code.google.com/apis/gdata/spreadsheets/
    33  *
    33  *
    34  * @category   Zend
    34  * @category   Zend
    35  * @package    Zend_Gdata
    35  * @package    Zend_Gdata
    36  * @subpackage Docs
    36  * @subpackage Docs
    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_Docs_Query extends Zend_Gdata_Query
    40 class Zend_Gdata_Docs_Query extends Zend_Gdata_Query
    41 {
    41 {
    42 
    42 
    43     /**
    43     /**
    44      * The base URL for retrieving a document list
    44      * The base URL for retrieving a document list
    45      *
    45      *
    46      * @var string
    46      * @var string
    47      */
    47      */
    48     const DOCUMENTS_LIST_FEED_URI = 'http://docs.google.com/feeds/documents';
    48     const DOCUMENTS_LIST_FEED_URI = 'https://docs.google.com/feeds/documents';
    49 
    49 
    50     /**
    50     /**
    51      * The generic base URL used by some inherited methods
    51      * The generic base URL used by some inherited methods
    52      *
    52      *
    53      * @var string
    53      * @var string