Moodle  2.2.1
http://www.collinsharper.com
Zend_Gdata_Books_VolumeQuery Class Reference
Inheritance diagram for Zend_Gdata_Books_VolumeQuery:
Collaboration diagram for Zend_Gdata_Books_VolumeQuery:

Public Member Functions

 __construct ($url=null)
 setMinViewability ($value=null)
 getMinViewability ()
 getQueryUrl ()

Detailed Description

Definition at line 43 of file VolumeQuery.php.


Constructor & Destructor Documentation

__construct ( url = null)

Create Gdata_Books_VolumeQuery object

Parameters:
string | null$urlIf non-null, pre-initializes the instance to use a given URL.

Reimplemented from Zend_Gdata_Query.

Definition at line 52 of file VolumeQuery.php.


Member Function Documentation

Minimum viewability of volumes to include in search results

Returns:
string|null min-viewability

Definition at line 84 of file VolumeQuery.php.

Returns the generated full query URL

Returns:
string The URL

Reimplemented from Zend_Gdata_Query.

Definition at line 98 of file VolumeQuery.php.

Here is the call graph for this function:

setMinViewability ( value = null)

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

Parameters:
string | null$valueThe minimum viewability - 'full' or 'partial'
Returns:
Zend_Gdata_Books_VolumeQuery Provides a fluent interface

Definition at line 63 of file VolumeQuery.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations