Assists in constructing queries for user entries.
Instances of this class can be provided in many places where a URL is required.
For information on submitting queries to a server, see the service class, Zend_Gdata_Photos.
Located in /Gdata/Photos/UserQuery.php (line 43)
Zend_Gdata_Query | --Zend_Gdata_Photos_UserQuery
Class | Description |
---|---|
![]() |
Assists in constructing album queries for various entries. |
Indicates the format of data returned in Atom feeds. Can be either 'api' or 'base'. Default value is 'api'.
Indicates whether to request a feed or entry in queries. Default value is 'feed';
A string which, if not null, indicates which user should be retrieved by this query. If null, the default user will be used instead.
Inherited from Zend_Gdata_Query
Zend_Gdata_Query::$_category
Zend_Gdata_Query::$_defaultFeedUri
Zend_Gdata_Query::$_params
Zend_Gdata_Query::$_url
Create a new Query object with default values.
Get the visibility filter for entries returned.
Get the maximum image size filter for entries returned.
Get the kind of entries to be returned.
Gets the format of data in returned in Atom feeds.
Returns the URL generated for this query, based on it's current parameters.
Get the tag filter for entries returned.
Get the thumbnail size filter for entries returned.
Gets the type of data in returned in queries.
Get the user which is to be returned.
Set the visibility filter for entries returned. Only entries which match this value will be returned. If null or unset, the default value will be used instead.
Valid values are 'all' (default), 'public', and 'private'.
Set the maximum image size for entries returned. Only entries which match this value will be returned. If null or unset, this filter will not be applied.
See http://code.google.com/apis/picasaweb/reference.html#Parameters for a list of valid values.
Set the kind of entries that are returned. Only entries which match this value will be returned. If null or unset, this filter will not be applied.
See http://code.google.com/apis/picasaweb/reference.html#Parameters for a list of valid values.
Set's the format of data returned in Atom feeds. Can be either 'api' or 'base'. Normally, 'api' will be desired. Default is 'api'.
Set the tag for entries that are returned. Only entries which match this value will be returned. If null or unset, this filter will not be applied.
See http://code.google.com/apis/picasaweb/reference.html#Parameters for a list of valid values.
Set the thumbnail size filter for entries returned. Only entries which match this value will be returned. If null or unset, this filter will not be applied.
See http://code.google.com/apis/picasaweb/reference.html#Parameters for a list of valid values.
Set's the type of data returned in queries. Can be either 'feed' or 'entry'. Normally, 'feed' will be desired. Default is 'feed'.
Set the user to query for. When set, this user's feed will be returned. If not set or null, the default user's feed will be returned instead.
Inherited From Zend_Gdata_Query
Zend_Gdata_Query::__construct()
Zend_Gdata_Query::getAlt()
Zend_Gdata_Query::getAuthor()
Zend_Gdata_Query::getCategory()
Zend_Gdata_Query::getMaxResults()
Zend_Gdata_Query::getParam()
Zend_Gdata_Query::getPublishedMax()
Zend_Gdata_Query::getPublishedMin()
Zend_Gdata_Query::getQuery()
Zend_Gdata_Query::getQueryString()
Zend_Gdata_Query::getQueryUrl()
Zend_Gdata_Query::getStartIndex()
Zend_Gdata_Query::getUpdatedMax()
Zend_Gdata_Query::getUpdatedMin()
Zend_Gdata_Query::resetParameters()
Zend_Gdata_Query::setAlt()
Zend_Gdata_Query::setAuthor()
Zend_Gdata_Query::setCategory()
Zend_Gdata_Query::setMaxResults()
Zend_Gdata_Query::setParam()
Zend_Gdata_Query::setPublishedMax()
Zend_Gdata_Query::setPublishedMin()
Zend_Gdata_Query::setQuery()
Zend_Gdata_Query::setStartIndex()
Zend_Gdata_Query::setUpdatedMax()
Zend_Gdata_Query::setUpdatedMin()
Zend_Gdata_Query::__get()
Zend_Gdata_Query::__set()
Documentation generated on Mon, 21 Jun 2010 15:51:16 -0400 by phpDocumentor 1.4.3