Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Provides a mechanism to build a query URL for Gdata services.
Queries are not defined for APP, but are provided by Gdata services as an extension.
string $_category = 'null'
Category for the query
string $_defaultFeedUri = 'null'
Default URL
array $_params = 'array'
Query parameters.
string $_url = 'null'
Base URL TODO: Add setters and getters
__construct(
$url
=
null
)
:
Create Gdata_Query object
__get(
$name
)
:
__set(
$name, $val
)
:
getAlt(
)
:
string
getAuthor(
)
:
string
getCategory(
)
:
getMaxResults(
)
:
int
getParam(
string $name
)
:
getPublishedMax(
)
:
string
getPublishedMin(
)
:
string
getQuery(
)
:
string
getQueryString(
)
:
string
getQueryUrl(
)
:
string
getStartIndex(
)
:
int
getUpdatedMax(
)
:
string
getUpdatedMin(
)
:
string
resetParameters(
)
:
setAlt(
string $value
)
:
Zend_Gdata_Query
setAuthor(
string $value
)
:
Zend_Gdata_Query
setCategory(
string $value
)
:
Zend_Gdata_Query
setMaxResults(
int $value
)
:
Zend_Gdata_Query
setParam(
string $name, string $value
)
:
Zend_Gdata_Query
setPublishedMax(
string $value
)
:
Zend_Gdata_Query
setPublishedMin(
string $value
)
:
Zend_Gdata_Query
setQuery(
string $value
)
:
Zend_Gdata_Query
setStartIndex(
int $value
)
:
Zend_Gdata_Query
setUpdatedMax(
string $value
)
:
Zend_Gdata_Query
setUpdatedMin(
string $value
)
:
Zend_Gdata_Query