API Documentation

Gdata/Books/VolumeQuery.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Gdata
subpackage
Books
version
$Id: VolumeQuery.php 23775 2011-03-01 17:25:24Z ralph $
Classes
Zend_Gdata_Books_VolumeQuery

Description

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.

Zend_Gdata_Books_VolumeQuery

Extends from
Zend_Gdata_Query
category
Zend
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Gdata
subpackage
Books
Methods
__construct
setMinViewability
getMinViewability
getQueryUrl

Description

Assists in constructing queries for Books volumes

Methods

__construct

__construct( string|null $url = null ) :

Create Gdata_Books_VolumeQuery object

Arguments
$url
stringnull
If non-null, pre-initializes the instance to use a given URL.
Details

getMinViewability

getMinViewability( ) : string|null

Minimum viewability of volumes to include in search results

Output
string|null
min-viewability
Details

getQueryUrl

getQueryUrl( ) : string

Returns the generated full query URL

Output
string
The URL
Details

setMinViewability

setMinViewability( string|null $value = null ) : Zend_Gdata_Books_VolumeQuery

Sets the minimum level of viewability of volumes to return in the search results

Arguments
$value
stringnull
The minimum viewability - 'full' or 'partial'
Output
Zend_Gdata_Books_VolumeQuery
Provides a fluent interface
Details
Documentation was generated by DocBlox.