Gdata/Photos/UserQuery.php
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Gdata
- Subpackage
- Photos
- Version
- $Id$
\Zend_Gdata_Photos_UserQuery
- Parent(s)
- \Zend_Gdata_Query
- Children
- \Zend_Gdata_Photos_AlbumQuery
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
string $_projection = 'api'
'api'
Details- Type
- string
string $_type = 'feed'
'feed'
Details- Type
- string
Methods
getQueryUrl( $incomingUri = null) : string
Returns the URL generated for this query, based on it's current parameters.
Name | Type | Description |
---|---|---|
$incomingUri |
Type | Description |
---|---|
string | A URL generated based on the state of this query. |
Exception | Description |
---|---|
\Zend_Gdata_App_InvalidArgumentException |
setAccess(string $value) : void
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.
Name | Type | Description |
---|---|---|
$value | string | The visibility to filter by, or null to use the default value. |
setImgMax(string $value) : void
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.
Name | Type | Description |
---|---|---|
$value | string | The image size to filter by, or null if no filter is to be applied. |
setKind(string $value) : void
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.
Name | Type | Description |
---|---|---|
$value | string | The kind to filter by, or null if no filter is to be applied. |
setProjection(string $value) : \Zend_Gdata_Photos_UserQuery
Set's the format of data returned in Atom feeds. Can be either 'api' or 'base'. Normally, 'api' will be desired. Default is 'api'.
Name | Type | Description |
---|---|---|
$value | string |
Type | Description |
---|---|
\Zend_Gdata_Photos_UserQuery | Provides a fluent interface |
setTag(string $value) : void
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.
Name | Type | Description |
---|---|---|
$value | string | The tag to filter by, or null if no filter is to be applied. |
setThumbsize(string $value) : void
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.
Name | Type | Description |
---|---|---|
$value | string | The thumbnail size to filter by, or null if no filter is to be applied. |
setType(string $value) : \Zend_Gdata_Photos_UserQuery
Set's the type of data returned in queries. Can be either 'feed' or 'entry'. Normally, 'feed' will be desired. Default is 'feed'.
Name | Type | Description |
---|---|---|
$value | string |
Type | Description |
---|---|
\Zend_Gdata_Photos_UserQuery | Provides a fluent interface |