|
Moodle
2.2.1
http://www.collinsharper.com
|


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 | |
Definition at line 43 of file UserQuery.php.
| __construct | ( | ) |
Create a new Query object with default values.
Definition at line 74 of file UserQuery.php.
| getAccess | ( | ) |
Get the visibility filter for entries returned.
Definition at line 181 of file UserQuery.php.
| getImgMax | ( | ) |
Get the maximum image size filter for entries returned.
Definition at line 277 of file UserQuery.php.
| getKind | ( | ) |
Get the kind of entries to be returned.
Definition at line 245 of file UserQuery.php.
| getProjection | ( | ) |
Gets the format of data in returned in Atom feeds.
Definition at line 98 of file UserQuery.php.

| getQueryUrl | ( | $ | incomingUri = null | ) |
Returns the URL generated for this query, based on it's current parameters.
| Zend_Gdata_App_InvalidArgumentException |
Reimplemented in Zend_Gdata_Photos_AlbumQuery, and Zend_Gdata_Photos_PhotoQuery.
Definition at line 321 of file UserQuery.php.

| getTag | ( | ) |
Get the tag filter for entries returned.
Definition at line 213 of file UserQuery.php.
| getThumbsize | ( | ) |
Get the thumbnail size filter for entries returned.
Definition at line 309 of file UserQuery.php.
| getType | ( | ) |
Gets the type of data in returned in queries.
Definition at line 122 of file UserQuery.php.

| getUser | ( | ) |
Get the user which is to be returned.
Definition at line 150 of file UserQuery.php.

| 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. |
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.
| string | $value | The 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.
| string | $value | The 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'.
| string | $value |
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.
| string | $value | The 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.
| string | $value | The 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'.
| string | $value |
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.
| string | $value | The user to retrieve, or null for the default user. |
Definition at line 135 of file UserQuery.php.
$_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.