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
Detailsstring $_defaultFeedUri = 'null'Default URL
Detailsarray $_params = 'array'Query parameters.
Detailsstring $_url = 'null'Base URL TODO: Add setters and getters
Details__construct(
$url
=
null
)
:
Create Gdata_Query object
Details__get(
$name
)
:
Details__set(
$name, $val
)
:
DetailsgetAlt(
)
:
string
DetailsgetAuthor(
)
:
string
DetailsgetCategory(
)
:
DetailsgetMaxResults(
)
:
int
DetailsgetParam(
string $name
)
:
DetailsgetPublishedMax(
)
:
string
DetailsgetPublishedMin(
)
:
string
DetailsgetQuery(
)
:
string
DetailsgetQueryString(
)
:
string
DetailsgetQueryUrl(
)
:
string
DetailsgetStartIndex(
)
:
int
DetailsgetUpdatedMax(
)
:
string
DetailsgetUpdatedMin(
)
:
string
DetailsresetParameters(
)
:
DetailssetAlt(
string $value
)
:
Zend_Gdata_Query
DetailssetAuthor(
string $value
)
:
Zend_Gdata_Query
DetailssetCategory(
string $value
)
:
Zend_Gdata_Query
DetailssetMaxResults(
int $value
)
:
Zend_Gdata_Query
DetailssetParam(
string $name, string $value
)
:
Zend_Gdata_Query
DetailssetPublishedMax(
string $value
)
:
Zend_Gdata_Query
DetailssetPublishedMin(
string $value
)
:
Zend_Gdata_Query
DetailssetQuery(
string $value
)
:
Zend_Gdata_Query
DetailssetStartIndex(
int $value
)
:
Zend_Gdata_Query
DetailssetUpdatedMax(
string $value
)
:
Zend_Gdata_Query
DetailssetUpdatedMin(
string $value
)
:
Zend_Gdata_Query
Details