Zend_Gdata_Photos_UserQueryAssists 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 |
|---|---|
Zend_Gdata_Photos_AlbumQuery
|
Assists in constructing album queries for various entries. |
string
$_projection
= 'api' (line 52)
Indicates the format of data returned in Atom feeds. Can be either 'api' or 'base'. Default value is 'api'.
string
$_type
= 'feed' (line 60)
Indicates whether to request a feed or entry in queries. Default value is 'feed';
string
$_user
= Zend_Gdata_Photos::DEFAULT_USER (line 69)
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
Constructor __construct (line 74)
Create a new Query object with default values.
getAccess (line 181)
Get the visibility filter for entries returned.
getImgMax (line 277)
Get the maximum image size filter for entries returned.
getKind (line 245)
Get the kind of entries to be returned.
getProjection (line 98)
Gets the format of data in returned in Atom feeds.
getQueryUrl (line 321)
Returns the URL generated for this query, based on it's current parameters.
getTag (line 213)
Get the tag filter for entries returned.
getThumbsize (line 309)
Get the thumbnail size filter for entries returned.
getType (line 122)
Gets the type of data in returned in queries.
getUser (line 150)
Get the user which is to be returned.
setAccess (line 165)
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'.
setImgMax (line 261)
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.
setKind (line 229)
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.
setProjection (line 86)
Set's the format of data returned in Atom feeds. Can be either 'api' or 'base'. Normally, 'api' will be desired. Default is 'api'.
setTag (line 197)
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.
setThumbsize (line 293)
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.
setType (line 110)
Set's the type of data returned in queries. Can be either 'feed' or 'entry'. Normally, 'feed' will be desired. Default is 'feed'.
setUser (line 135)
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