|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($url=null) | |
| setMinViewability ($value=null) | |
| getMinViewability () | |
| getQueryUrl () | |
Definition at line 43 of file VolumeQuery.php.
| __construct | ( | $ | url = null | ) |
Create Gdata_Books_VolumeQuery object
| string | null | $url | If non-null, pre-initializes the instance to use a given URL. |
Reimplemented from Zend_Gdata_Query.
Definition at line 52 of file VolumeQuery.php.
Minimum viewability of volumes to include in search results
Definition at line 84 of file VolumeQuery.php.
| getQueryUrl | ( | ) |
Returns the generated full query URL
Reimplemented from Zend_Gdata_Query.
Definition at line 98 of file VolumeQuery.php.

| setMinViewability | ( | $ | value = null | ) |
Sets the minimum level of viewability of volumes to return in the search results
| string | null | $value | The minimum viewability - 'full' or 'partial' |
Definition at line 63 of file VolumeQuery.php.