Zend Framework
1.12
|
Public Member Functions | |
__construct () | |
Create a new Query object with default values. | |
setProjection ($value) | |
Set's the format of data returned in Atom feeds. | |
getProjection () | |
Gets the format of data in returned in Atom feeds. | |
setType ($value) | |
Set's the type of data returned in queries. | |
getType () | |
Gets the type of data in returned in queries. | |
setUser ($value) | |
Set the user to query for. | |
getUser () | |
Get the user which is to be returned. | |
setAccess ($value) | |
Set the visibility filter for entries returned. | |
getAccess () | |
Get the visibility filter for entries returned. | |
setTag ($value) | |
Set the tag for entries that are returned. | |
getTag () | |
Get the tag filter for entries returned. | |
setKind ($value) | |
Set the kind of entries that are returned. | |
getKind () | |
Get the kind of entries to be returned. | |
setImgMax ($value) | |
Set the maximum image size for entries returned. | |
getImgMax () | |
Get the maximum image size filter for entries returned. | |
setThumbsize ($value) | |
Set the thumbnail size filter for entries returned. | |
getThumbsize () | |
Get the thumbnail size filter for entries returned. | |
getQueryUrl ($incomingUri=null) | |
Returns the URL generated for this query, based on it's current parameters. | |
![]() | |
__construct ($url=null) | |
Create Gdata_Query object. | |
getQueryString () | |
resetParameters () | |
getQueryUrl () | |
setParam ($name, $value) | |
getParam ($name) | |
setAlt ($value) | |
setMaxResults ($value) | |
setQuery ($value) | |
setStartIndex ($value) | |
setUpdatedMax ($value) | |
setUpdatedMin ($value) | |
setPublishedMax ($value) | |
setPublishedMin ($value) | |
setAuthor ($value) | |
getAlt () | |
getMaxResults () | |
getQuery () | |
getStartIndex () | |
getUpdatedMax () | |
getUpdatedMin () | |
getPublishedMax () | |
getPublishedMin () | |
getAuthor () | |
setCategory ($value) | |
getCategory () | |
__get ($name) | |
__set ($name, $val) | |
Protected Attributes | |
$_projection = 'api' | |
$_type = 'feed' | |
$_user = Zend_Gdata_Photos::DEFAULT_USER | |
![]() | |
$_params = array() | |
$_defaultFeedUri = null | |
$_url = null | |
$_category = null | |
__construct | ( | ) |
Create a new Query object with default values.
getAccess | ( | ) |
Get the visibility filter for entries returned.
getImgMax | ( | ) |
Get the maximum image size filter for entries returned.
getKind | ( | ) |
Get the kind of entries to be returned.
getProjection | ( | ) |
getQueryUrl | ( | $incomingUri = null | ) |
Returns the URL generated for this query, based on it's current parameters.
Zend_Gdata_App_InvalidArgumentException |
getTag | ( | ) |
Get the tag filter for entries returned.
getThumbsize | ( | ) |
Get the thumbnail size filter for entries returned.
getType | ( | ) |
getUser | ( | ) |
setAccess | ( | $value | ) |
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'.
string | $value | The visibility to filter by, or null to use the default value. |
setImgMax | ( | $value | ) |
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.
string | $value | The image size to filter by, or null if no filter is to be applied. |
setKind | ( | $value | ) |
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.
string | $value | The kind to filter by, or null if no filter is to be applied. |
setProjection | ( | $value | ) |
Set's the format of data returned in Atom feeds.
Can be either 'api' or 'base'. Normally, 'api' will be desired. Default is 'api'.
string | $value |
setTag | ( | $value | ) |
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.
string | $value | The tag to filter by, or null if no filter is to be applied. |
setThumbsize | ( | $value | ) |
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.
string | $value | The thumbnail size to filter by, or null if no filter is to be applied. |
setType | ( | $value | ) |
Set's the type of data returned in queries.
Can be either 'feed' or 'entry'. Normally, 'feed' will be desired. Default is 'feed'.
string | $value |
setUser | ( | $value | ) |
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.
string | $value | The user to retrieve, or null for the default user. |
|
protected |
|
protected |
|
protected |