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.Books.VolumeQuery.html | 85 ++++++++++++++++++++++
1 file changed, 85 insertions(+)
create mode 100644 zend/documentation/api/core/files/Gdata.Books.VolumeQuery.html
(limited to 'zend/documentation/api/core/files/Gdata.Books.VolumeQuery.html')
diff --git a/zend/documentation/api/core/files/Gdata.Books.VolumeQuery.html b/zend/documentation/api/core/files/Gdata.Books.VolumeQuery.html
new file mode 100644
index 0000000..bf33220
--- /dev/null
+++ b/zend/documentation/api/core/files/Gdata.Books.VolumeQuery.html
@@ -0,0 +1,85 @@
+
+
Gdata/Books/VolumeQuery.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
- Books
+
+
- Version
- $Id: VolumeQuery.php 24593 2012-01-05 20:35:02Z matthew $
+
+
\Zend_Gdata_Books_VolumeQuery
Package: Zend\Gdata\BooksAssists in constructing queries for Books volumes
Queries are not defined for APP, but are provided by Gdata services
+as an extension.
- Parent(s)
- \Zend_Gdata_Query
- Category
- Zend
+
+
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
+
+
- License
- New BSD License
+
+
Properties
Methods



__construct(string | null $url = null) : voidCreate Gdata_Books_VolumeQuery object
Parameters| Name | Type | Description |
|---|
| $url | string | null | If non-null, pre-initializes the instance to
+ use a given URL.
+ |
|---|



getMinViewability() : string | nullMinimum viewability of volumes to include in search results
Returns| Type | Description |
|---|
| string | null | min-viewability |



getQueryUrl() : stringReturns the generated full query URL
Returns| Type | Description |
|---|
| string | The URL |



setMinViewability(string | null $value = null) : \Zend_Gdata_Books_VolumeQuerySets the minimum level of viewability of volumes to return in the search results
Parameters| Name | Type | Description |
|---|
| $value | string | null | The minimum viewability - 'full' or 'partial'
+ |
|---|
Returns
--
cgit v1.2.3