[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id$ |
File Size: | 355 lines (10 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Gdata_Photos_UserQuery:: (18 methods):
__construct()
setProjection()
getProjection()
setType()
getType()
setUser()
getUser()
setAccess()
getAccess()
setTag()
getTag()
setKind()
getKind()
setImgMax()
getImgMax()
setThumbsize()
getThumbsize()
getQueryUrl()
Class: Zend_Gdata_Photos_UserQuery - X-Ref
Assists in constructing queries for user entries.__construct() X-Ref |
Create a new Query object with default values. |
setProjection($value) X-Ref |
Set's the format of data returned in Atom feeds. Can be either 'api' or 'base'. Normally, 'api' will be desired. Default is 'api'. param: string $value return: Zend_Gdata_Photos_UserQuery Provides a fluent interface |
getProjection() X-Ref |
Gets the format of data in returned in Atom feeds. return: string projection |
setType($value) X-Ref |
Set's the type of data returned in queries. Can be either 'feed' or 'entry'. Normally, 'feed' will be desired. Default is 'feed'. param: string $value return: Zend_Gdata_Photos_UserQuery Provides a fluent interface |
getType() X-Ref |
Gets the type of data in returned in queries. return: string type |
setUser($value) X-Ref |
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. param: string $value The user to retrieve, or null for the default |
getUser() X-Ref |
Get the user which is to be returned. return: string The visibility to retrieve. |
setAccess($value) X-Ref |
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'. param: string $value The visibility to filter by, or null to use the |
getAccess() X-Ref |
Get the visibility filter for entries returned. return: string The visibility to filter by, or null for the default |
setTag($value) X-Ref |
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. param: string $value The tag to filter by, or null if no |
getTag() X-Ref |
Get the tag filter for entries returned. return: string The tag to filter by, or null if no filter |
setKind($value) X-Ref |
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. param: string $value The kind to filter by, or null if no |
getKind() X-Ref |
Get the kind of entries to be returned. return: string The kind to filter by, or null if no filter |
setImgMax($value) X-Ref |
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. param: string $value The image size to filter by, or null if no |
getImgMax() X-Ref |
Get the maximum image size filter for entries returned. return: string The image size size to filter by, or null if no filter |
setThumbsize($value) X-Ref |
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. param: string $value The thumbnail size to filter by, or null if no |
getThumbsize() X-Ref |
Get the thumbnail size filter for entries returned. return: string The thumbnail size to filter by, or null if no filter |
getQueryUrl($incomingUri = null) X-Ref |
Returns the URL generated for this query, based on it's current parameters. return: string A URL generated based on the state of this query. |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |