Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Gdata_Photos_UserQuery Class Reference

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.
 
- Public Member Functions inherited from Zend_Gdata_Query
 __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
 
- Protected Attributes inherited from Zend_Gdata_Query
 $_params = array()
 
 $_defaultFeedUri = null
 
 $_url = null
 
 $_category = null
 

Constructor & Destructor Documentation

__construct ( )

Create a new Query object with default values.

Member Function Documentation

getAccess ( )

Get the visibility filter for entries returned.

See Also
setAccess
Returns
string The visibility to filter by, or null for the default user.
getImgMax ( )

Get the maximum image size filter for entries returned.

See Also
setImgMax
Returns
string The image size size to filter by, or null if no filter is to be applied.
getKind ( )

Get the kind of entries to be returned.

See Also
setKind
Returns
string The kind to filter by, or null if no filter is to be applied.
getProjection ( )

Gets the format of data in returned in Atom feeds.

See Also
setProjection
Returns
string projection
getQueryUrl (   $incomingUri = null)

Returns the URL generated for this query, based on it's current parameters.

Returns
string A URL generated based on the state of this query.
Exceptions
Zend_Gdata_App_InvalidArgumentException
getTag ( )

Get the tag filter for entries returned.

See Also
setTag
Returns
string The tag to filter by, or null if no filter is to be applied.
getThumbsize ( )

Get the thumbnail size filter for entries returned.

See Also
setThumbsize
Returns
string The thumbnail size to filter by, or null if no filter is to be applied.
getType ( )

Gets the type of data in returned in queries.

See Also
setType
Returns
string type
getUser ( )

Get the user which is to be returned.

See Also
setUser
Returns
string The visibility to retrieve.
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'.

Parameters
string$valueThe 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.

Parameters
string$valueThe 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.

Parameters
string$valueThe 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'.

Parameters
string$value
Returns
Zend_Gdata_Photos_UserQuery Provides a fluent interface
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.

Parameters
string$valueThe 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.

Parameters
string$valueThe 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'.

Parameters
string$value
Returns
Zend_Gdata_Photos_UserQuery Provides a fluent interface
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.

Parameters
string$valueThe user to retrieve, or null for the default user.

Member Data Documentation

$_projection = 'api'
protected
$_type = 'feed'
protected
$_user = Zend_Gdata_Photos::DEFAULT_USER
protected