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.AlbumQuery.html | 205 +++++++++++++++++++++
1 file changed, 205 insertions(+)
create mode 100644 zend/documentation/api/core/files/Gdata.Photos.AlbumQuery.html
(limited to 'zend/documentation/api/core/files/Gdata.Photos.AlbumQuery.html')
diff --git a/zend/documentation/api/core/files/Gdata.Photos.AlbumQuery.html b/zend/documentation/api/core/files/Gdata.Photos.AlbumQuery.html
new file mode 100644
index 0000000..88df439
--- /dev/null
+++ b/zend/documentation/api/core/files/Gdata.Photos.AlbumQuery.html
@@ -0,0 +1,205 @@
+
+
Gdata/Photos/AlbumQuery.php
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: AlbumQuery.php 24593 2012-01-05 20:35:02Z matthew $
+
+
\Zend_Gdata_Photos_AlbumQuery
Package: Zend\Gdata\PhotosAssists in constructing album queries for various 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_UserQuery
+ <
+ \Zend_Gdata_Query
- Children
- \Zend_Gdata_Photos_PhotoQuery
- Category
- Zend
+
+
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
+
+
- License
- New BSD License
+
+
Properties



string $_albumId = nullThe ID of the album to query for.
Mutually exclusive with AlbumName.
Default valuenullDetails- Type
- string



string $_albumName = nullThe name of the album to query for.
Mutually exclusive with AlbumId.
Default valuenullDetails- Type
- string
Methods



getAlbumId() : stringGet the album ID which is to be returned.
Returns| Type | Description |
|---|
| string | The ID of the album to retrieve. |
Details- See
- \setAlbum
+
+



getAlbumName() : stringGet the album name which is to be returned.
Returns| Type | Description |
|---|
| string | The name of the album to retrieve. |
Details- See
- \setAlbumName
+
+



getQueryUrl( $incomingUri = '') : stringReturns the URL generated for this query, based on it's current
+parameters.
Parameters| Name | Type | Description |
|---|
| $incomingUri | | |
|---|
Returns| Type | Description |
|---|
| string | A URL generated based on the state of this query. |
Throws 


setAccess(string $value) : voidOnly 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| Name | Type | Description |
|---|
| $value | string | The visibility to filter by, or null to use the
+ default value. |
|---|



setAlbumId(string $value) : \Zend_Gdata_Photos_AlbumQuerySet the album ID to query for.
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| Name | Type | Description |
|---|
| $value | string | The ID of the album to retrieve, or null to
+ clear. |
|---|
Returns


setAlbumName(string $value) : \Zend_Gdata_Photos_AlbumQuerySet the album name to query for.
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| Name | Type | Description |
|---|
| $value | string | The name of the album to retrieve, or null to
+ clear. |
|---|
Returns


setImgMax(string $value) : voidOnly 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| Name | Type | Description |
|---|
| $value | string | The image size to filter by, or null if no
+ filter is to be applied. |
|---|



setKind(string $value) : voidOnly 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| Name | Type | Description |
|---|
| $value | string | The kind to filter by, or null if no
+ filter is to be applied. |
|---|



setTag(string $value) : voidOnly 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| Name | Type | Description |
|---|
| $value | string | The tag to filter by, or null if no
+ filter is to be applied. |
|---|



setThumbsize(string $value) : voidOnly 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| Name | Type | Description |
|---|
| $value | string | The thumbnail size to filter by, or null if no
+ filter is to be applied. |
|---|



setUser(string $value) : voidWhen set, this user's feed will be
+returned. If not set or null, the default user's feed will be returned
+instead.
Parameters| Name | Type | Description |
|---|
| $value | string | The user to retrieve, or null for the default
+ user. |
|---|
--
cgit v1.2.3