Moodle  2.2.1
http://www.collinsharper.com
Zend_Gdata_Photos_UserQuery Class Reference
Inheritance diagram for Zend_Gdata_Photos_UserQuery:
Collaboration diagram for Zend_Gdata_Photos_UserQuery:

Public Member Functions

 __construct ()
 setProjection ($value)
 getProjection ()
 setType ($value)
 getType ()
 setUser ($value)
 getUser ()
 setAccess ($value)
 getAccess ()
 setTag ($value)
 getTag ()
 setKind ($value)
 getKind ()
 setImgMax ($value)
 getImgMax ()
 setThumbsize ($value)
 getThumbsize ()
 getQueryUrl ($incomingUri=null)

Protected Attributes

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

Detailed Description

Definition at line 43 of file UserQuery.php.


Constructor & Destructor Documentation

Create a new Query object with default values.

Definition at line 74 of file UserQuery.php.


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.

Definition at line 181 of file UserQuery.php.

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.

Definition at line 277 of file UserQuery.php.

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.

Definition at line 245 of file UserQuery.php.

Gets the format of data in returned in Atom feeds.

See also:
setProjection
Returns:
string projection

Definition at line 98 of file UserQuery.php.

Here is the caller graph for this function:

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

Reimplemented in Zend_Gdata_Photos_AlbumQuery, and Zend_Gdata_Photos_PhotoQuery.

Definition at line 321 of file UserQuery.php.

Here is the call graph for this function:

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.

Definition at line 213 of file UserQuery.php.

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.

Definition at line 309 of file UserQuery.php.

getType ( )

Gets the type of data in returned in queries.

See also:
setType
Returns:
string type

Definition at line 122 of file UserQuery.php.

Here is the caller graph for this function:

getUser ( )

Get the user which is to be returned.

See also:
setUser
Returns:
string The visibility to retrieve.

Definition at line 150 of file UserQuery.php.

Here is the caller graph for this function:

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.

Definition at line 165 of file UserQuery.php.

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.

Definition at line 261 of file UserQuery.php.

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.

Definition at line 229 of file UserQuery.php.

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

Definition at line 86 of file UserQuery.php.

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.

Definition at line 197 of file UserQuery.php.

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.

Definition at line 293 of file UserQuery.php.

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

Definition at line 110 of file UserQuery.php.

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.

Definition at line 135 of file UserQuery.php.


Field Documentation

$_projection = 'api' [protected]

Definition at line 52 of file UserQuery.php.

$_type = 'feed' [protected]

Definition at line 60 of file UserQuery.php.

$_user = Zend_Gdata_Photos::DEFAULT_USER [protected]

Definition at line 69 of file UserQuery.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations