From 06f945f27840b53e57795dadbc38e76f7e11ab1c Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 24 Feb 2014 16:42:14 +0100 Subject: init --- .../api/core/files/Gdata.Photos.PhotoQuery.html | 246 +++++++++++++++++++++ 1 file changed, 246 insertions(+) create mode 100644 zend/documentation/api/core/files/Gdata.Photos.PhotoQuery.html (limited to 'zend/documentation/api/core/files/Gdata.Photos.PhotoQuery.html') diff --git a/zend/documentation/api/core/files/Gdata.Photos.PhotoQuery.html b/zend/documentation/api/core/files/Gdata.Photos.PhotoQuery.html new file mode 100644 index 0000000..4a4b11e --- /dev/null +++ b/zend/documentation/api/core/files/Gdata.Photos.PhotoQuery.html @@ -0,0 +1,246 @@ + +Zend Gdata API Documentation

Gdata/Photos/PhotoQuery.php

+ Show: + PublicProtectedPrivateinherited
+ Table of Contents +
Zend Framework

LICENSE

+ +

This source file is subject to the new BSD license that is bundled +with this package in the file LICENSE.txt. +It is also available through the world-wide-web at this URL: +http://framework.zend.com/license/new-bsd +If you did not receive a copy of the license and are unable to +obtain it through the world-wide-web, please send an email +to license@zend.com so we can send you a copy immediately.

Category
Zend +   +
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) +   +
License
New BSD License +   +
Package
Zend_Gdata +   +
Subpackage
Photos +   +
Version
$Id: PhotoQuery.php 24593 2012-01-05 20:35:02Z matthew $ +   +

\Zend_Gdata_Photos_PhotoQuery

Package: Zend\Gdata\Photos
Assists in constructing queries for comment/tag entries.

Instances of this class can be provided in many places where a URL is +required.

+ +

For information on submitting queries to a server, see the +service class, Zend_Gdata_Photos.

Parent(s)
\Zend_Gdata_Photos_AlbumQuery + < + \Zend_Gdata_Photos_UserQuery + < + \Zend_Gdata_Query
Category
Zend +   +
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) +   +
License
New BSD License +   +

Properties

>VPropertyprotectedstring $_albumId = null
inherited
The ID of the album to query for.
Inherited from: + \Zend_Gdata_Photos_AlbumQuery::$$_albumId

Mutually exclusive with AlbumName.

Default valuenullDetails
Type
string
Inherited_from
\Zend_Gdata_Photos_AlbumQuery::$$_albumId +   +
>VPropertyprotectedstring $_albumName = null
inherited
The name of the album to query for.
Inherited from: + \Zend_Gdata_Photos_AlbumQuery::$$_albumName

Mutually exclusive with AlbumId.

Default valuenullDetails
Type
string
Inherited_from
\Zend_Gdata_Photos_AlbumQuery::$$_albumName +   +
>VPropertyprotectedstring $_category = null
Default valuenullDetails
Type
string
Inherited_from
\Zend_Gdata_Query::$$_category +   +
Inherited_from
\Zend_Gdata_Photos_UserQuery::$$_category +   +
Inherited_from
\Zend_Gdata_Photos_AlbumQuery::$$_category +   +
>VPropertyprotectedarray $_params = array()
Default valuearray()Details
Type
array
Inherited_from
\Zend_Gdata_Query::$$_params +   +
Inherited_from
\Zend_Gdata_Photos_UserQuery::$$_params +   +
Inherited_from
\Zend_Gdata_Photos_AlbumQuery::$$_params +   +
>VPropertyprotectedstring $_photoId = null
The ID of the photo to query for.
Default valuenullDetails
Type
string
>VPropertyprotectedstring $_projection = 'api'
inherited
Indicates the format of data returned in Atom feeds.
Inherited from: + \Zend_Gdata_Photos_UserQuery::$$_projection\Zend_Gdata_Photos_AlbumQuery::$$_projection

Can be either +'api' or 'base'. Default value is 'api'.

Default value'api'Details
Type
string
Inherited_from
\Zend_Gdata_Photos_UserQuery::$$_projection +   +
Inherited_from
\Zend_Gdata_Photos_AlbumQuery::$$_projection +   +
>VPropertyprotectedstring $_type = 'feed'
inherited
Indicates whether to request a feed or entry in queries.
Inherited from: + \Zend_Gdata_Photos_UserQuery::$$_type\Zend_Gdata_Photos_AlbumQuery::$$_type

Default +value is 'feed';

Default value'feed'Details
Type
string
Inherited_from
\Zend_Gdata_Photos_UserQuery::$$_type +   +
Inherited_from
\Zend_Gdata_Photos_AlbumQuery::$$_type +   +
>VPropertyprotectedstring $_url = null
inherited
Base URL +TODO: Add setters and getters
Inherited from: + \Zend_Gdata_Query::$$_url\Zend_Gdata_Photos_UserQuery::$$_url\Zend_Gdata_Photos_AlbumQuery::$$_url
Default valuenullDetails
Type
string
Inherited_from
\Zend_Gdata_Query::$$_url +   +
Inherited_from
\Zend_Gdata_Photos_UserQuery::$$_url +   +
Inherited_from
\Zend_Gdata_Photos_AlbumQuery::$$_url +   +
>VPropertyprotectedstring $_user = \Zend_Gdata_Photos::DEFAULT_USER
inherited
A string which, if not null, indicates which user should +be retrieved by this query.
Inherited from: + \Zend_Gdata_Photos_UserQuery::$$_user\Zend_Gdata_Photos_AlbumQuery::$$_user

If null, the default user will be used +instead.

Default value\Zend_Gdata_Photos::DEFAULT_USERDetails
Type
string
Inherited_from
\Zend_Gdata_Photos_UserQuery::$$_user +   +
Inherited_from
\Zend_Gdata_Photos_AlbumQuery::$$_user +   +

Methods

methodpublic__construct() : void
inherited

Create a new Query object with default values.

Inherited from: + \Zend_Gdata_Photos_UserQuery::__construct()\Zend_Gdata_Photos_AlbumQuery::__construct()
methodpublic__get( $name) : void
Parameters
NameTypeDescription
$name
methodpublic__set( $name,  $val) : void
Parameters
NameTypeDescription
$name
$val
methodpublicgetAccess() : string
inherited

Get the visibility filter for entries returned.

Inherited from: + \Zend_Gdata_Photos_UserQuery::getAccess()\Zend_Gdata_Photos_AlbumQuery::getAccess()
Returns
TypeDescription
stringThe visibility to filter by, or null for the default + user.
Details
See
\setAccess +   +
methodpublicgetAlbumId() : string
inherited

Get the album ID which is to be returned.

Inherited from: + \Zend_Gdata_Photos_AlbumQuery::getAlbumId()
Returns
TypeDescription
stringThe ID of the album to retrieve.
Details
See
\setAlbum +   +
methodpublicgetAlbumName() : string
inherited

Get the album name which is to be returned.

Inherited from: + \Zend_Gdata_Photos_AlbumQuery::getAlbumName()
Returns
TypeDescription
stringThe name of the album to retrieve.
Details
See
\setAlbumName +   +
methodpublicgetAlt() : string
Returns
TypeDescription
stringrss or atom
methodpublicgetAuthor() : string
Returns
TypeDescription
stringauthor
methodpublicgetImgMax() : string
inherited

Get the maximum image size filter for entries returned.

Inherited from: + \Zend_Gdata_Photos_UserQuery::getImgMax()\Zend_Gdata_Photos_AlbumQuery::getImgMax()
Returns
TypeDescription
stringThe image size size to filter by, or null if no filter + is to be applied.
Details
See
\setImgMax +   +
methodpublicgetKind() : string
inherited

Get the kind of entries to be returned.

Inherited from: + \Zend_Gdata_Photos_UserQuery::getKind()\Zend_Gdata_Photos_AlbumQuery::getKind()
Returns
TypeDescription
stringThe kind to filter by, or null if no filter + is to be applied.
Details
See
\setKind +   +
methodpublicgetParam(string $name) : void
Parameters
NameTypeDescription
$namestring
methodpublicgetPhotoId() : string

Get the photo ID which is to be returned.

Returns
TypeDescription
stringThe ID of the photo to retrieve.
Details
See
\setPhoto +   +
methodpublicgetProjection() : string
inherited

Gets the format of data in returned in Atom feeds.

Inherited from: + \Zend_Gdata_Photos_UserQuery::getProjection()\Zend_Gdata_Photos_AlbumQuery::getProjection()
Returns
TypeDescription
stringprojection
Details
See
\setProjection +   +
methodpublicgetPublishedMax() : string
Returns
TypeDescription
stringpublishedMax
methodpublicgetPublishedMin() : string
Returns
TypeDescription
stringpublishedMin
methodpublicgetQuery() : string
Returns
TypeDescription
stringquery
methodpublicgetQueryString() : string
Returns
TypeDescription
stringquerystring
methodpublicgetQueryUrl( $incomingUri = '') : string

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

Parameters
NameTypeDescription
$incomingUri
Returns
TypeDescription
stringA URL generated based on the state of this query.
Throws
ExceptionDescription
\Zend_Gdata_App_InvalidArgumentException
methodpublicgetTag() : string
inherited

Get the tag filter for entries returned.

Inherited from: + \Zend_Gdata_Photos_UserQuery::getTag()\Zend_Gdata_Photos_AlbumQuery::getTag()
Returns
TypeDescription
stringThe tag to filter by, or null if no filter + is to be applied.
Details
See
\setTag +   +
methodpublicgetThumbsize() : string
inherited

Get the thumbnail size filter for entries returned.

Inherited from: + \Zend_Gdata_Photos_UserQuery::getThumbsize()\Zend_Gdata_Photos_AlbumQuery::getThumbsize()
Returns
TypeDescription
stringThe thumbnail size to filter by, or null if no filter + is to be applied.
Details
See
\setThumbsize +   +
methodpublicgetType() : string
inherited

Gets the type of data in returned in queries.

Inherited from: + \Zend_Gdata_Photos_UserQuery::getType()\Zend_Gdata_Photos_AlbumQuery::getType()
Returns
TypeDescription
stringtype
Details
See
\setType +   +
methodpublicgetUpdatedMax() : string
Returns
TypeDescription
stringupdatedMax
methodpublicgetUpdatedMin() : string
Returns
TypeDescription
stringupdatedMin
methodpublicgetUser() : string
inherited

Get the user which is to be returned.

Inherited from: + \Zend_Gdata_Photos_UserQuery::getUser()\Zend_Gdata_Photos_AlbumQuery::getUser()
Returns
TypeDescription
stringThe visibility to retrieve.
Details
See
\setUser +   +
methodpublicsetAccess(string $value) : void
inherited

Set the visibility filter for entries returned.

Inherited from: + \Zend_Gdata_Photos_UserQuery::setAccess()\Zend_Gdata_Photos_AlbumQuery::setAccess()

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
NameTypeDescription
$valuestring

The visibility to filter by, or null to use the + default value.

methodpublicsetAlbumId(string $value) : \Zend_Gdata_Photos_AlbumQuery
inherited

Set the album ID to query for.

Inherited from: + \Zend_Gdata_Photos_AlbumQuery::setAlbumId()

When set, this album's photographs +be returned. If not set or null, the default user's feed will be +returned instead.

+ +

NOTE: Album and AlbumId are mutually exclusive. Setting one will + automatically set the other to null.

Parameters
NameTypeDescription
$valuestring

The ID of the album to retrieve, or null to + clear.

Returns
TypeDescription
\Zend_Gdata_Photos_AlbumQueryThe query object.
methodpublicsetAlbumName(string $value) : \Zend_Gdata_Photos_AlbumQuery
inherited

Set the album name to query for.

Inherited from: + \Zend_Gdata_Photos_AlbumQuery::setAlbumName()

When set, this album's photographs +be returned. If not set or null, the default user's feed will be +returned instead.

+ +

NOTE: AlbumName and AlbumId are mutually exclusive. Setting one will + automatically set the other to null.

Parameters
NameTypeDescription
$valuestring

The name of the album to retrieve, or null to + clear.

Returns
TypeDescription
\Zend_Gdata_Photos_AlbumQueryThe query object.
methodpublicsetAlt(string $value) : \Zend_Gdata_Query
Parameters
NameTypeDescription
$valuestring
Returns
TypeDescription
\Zend_Gdata_QueryProvides a fluent interface
methodpublicsetAuthor(string $value) : \Zend_Gdata_Query
Parameters
NameTypeDescription
$valuestring
Returns
TypeDescription
\Zend_Gdata_QueryProvides a fluent interface
methodpublicsetCategory(string $value) : \Zend_Gdata_Query
Parameters
NameTypeDescription
$valuestring
Returns
TypeDescription
\Zend_Gdata_QueryProvides a fluent interface
methodpublicsetImgMax(string $value) : void
inherited

Set the maximum image size for entries returned.

Inherited from: + \Zend_Gdata_Photos_UserQuery::setImgMax()\Zend_Gdata_Photos_AlbumQuery::setImgMax()

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
NameTypeDescription
$valuestring

The image size to filter by, or null if no + filter is to be applied.

methodpublicsetKind(string $value) : void
inherited

Set the kind of entries that are returned.

Inherited from: + \Zend_Gdata_Photos_UserQuery::setKind()\Zend_Gdata_Photos_AlbumQuery::setKind()

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
NameTypeDescription
$valuestring

The kind to filter by, or null if no + filter is to be applied.

methodpublicsetMaxResults(int $value) : \Zend_Gdata_Query
Parameters
NameTypeDescription
$valueint
Returns
TypeDescription
\Zend_Gdata_QueryProvides a fluent interface
methodpublicsetParam(string $name, string $value) : \Zend_Gdata_Query
Parameters
NameTypeDescription
$namestring
$valuestring
Returns
TypeDescription
\Zend_Gdata_QueryProvides a fluent interface
methodpublicsetPhotoId(string $value) : void

Set the photo ID to query for.

When set, this photo's comments/tags +will be returned. If not set or null, the default user's feed will be +returned instead.

Parameters
NameTypeDescription
$valuestring

The ID of the photo to retrieve, or null to + clear.

methodpublicsetProjection(string $value) : \Zend_Gdata_Photos_UserQuery
inherited

Set's the format of data returned in Atom feeds.

Inherited from: + \Zend_Gdata_Photos_UserQuery::setProjection()\Zend_Gdata_Photos_AlbumQuery::setProjection()

Can be either +'api' or 'base'. Normally, 'api' will be desired. Default is 'api'.

Parameters
NameTypeDescription
$valuestring
Returns
TypeDescription
\Zend_Gdata_Photos_UserQueryProvides a fluent interface
methodpublicsetPublishedMax(string $value) : \Zend_Gdata_Query
Parameters
NameTypeDescription
$valuestring
Returns
TypeDescription
\Zend_Gdata_QueryProvides a fluent interface
methodpublicsetPublishedMin(string $value) : \Zend_Gdata_Query
Parameters
NameTypeDescription
$valuestring
Returns
TypeDescription
\Zend_Gdata_QueryProvides a fluent interface
methodpublicsetQuery(string $value) : \Zend_Gdata_Query
Parameters
NameTypeDescription
$valuestring
Returns
TypeDescription
\Zend_Gdata_QueryProvides a fluent interface
methodpublicsetStartIndex(int $value) : \Zend_Gdata_Query
Parameters
NameTypeDescription
$valueint
Returns
TypeDescription
\Zend_Gdata_QueryProvides a fluent interface
methodpublicsetTag(string $value) : void
inherited

Set the tag for entries that are returned.

Inherited from: + \Zend_Gdata_Photos_UserQuery::setTag()\Zend_Gdata_Photos_AlbumQuery::setTag()

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
NameTypeDescription
$valuestring

The tag to filter by, or null if no + filter is to be applied.

methodpublicsetThumbsize(string $value) : void
inherited

Set the thumbnail size filter for entries returned.

Inherited from: + \Zend_Gdata_Photos_UserQuery::setThumbsize()\Zend_Gdata_Photos_AlbumQuery::setThumbsize()

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
NameTypeDescription
$valuestring

The thumbnail size to filter by, or null if no + filter is to be applied.

methodpublicsetType(string $value) : \Zend_Gdata_Photos_UserQuery
inherited

Set's the type of data returned in queries.

Inherited from: + \Zend_Gdata_Photos_UserQuery::setType()\Zend_Gdata_Photos_AlbumQuery::setType()

Can be either +'feed' or 'entry'. Normally, 'feed' will be desired. Default is 'feed'.

Parameters
NameTypeDescription
$valuestring
Returns
TypeDescription
\Zend_Gdata_Photos_UserQueryProvides a fluent interface
methodpublicsetUpdatedMax(string $value) : \Zend_Gdata_Query
Parameters
NameTypeDescription
$valuestring
Returns
TypeDescription
\Zend_Gdata_QueryProvides a fluent interface
methodpublicsetUpdatedMin(string $value) : \Zend_Gdata_Query
Parameters
NameTypeDescription
$valuestring
Returns
TypeDescription
\Zend_Gdata_QueryProvides a fluent interface
methodpublicsetUser(string $value) : void
inherited

Set the user to query for.

Inherited from: + \Zend_Gdata_Photos_UserQuery::setUser()\Zend_Gdata_Photos_AlbumQuery::setUser()

When set, this user's feed will be +returned. If not set or null, the default user's feed will be returned +instead.

Parameters
NameTypeDescription
$valuestring

The user to retrieve, or null for the default + user.

+ Documentation was generated by + phpDocumentor + 2.0.0a12. + -- cgit v1.2.3