[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id$ |
File Size: | 112 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Gdata_Books_VolumeQuery:: (4 methods):
__construct()
setMinViewability()
getMinViewability()
getQueryUrl()
Class: Zend_Gdata_Books_VolumeQuery - X-Ref
Assists in constructing queries for Books volumes__construct($url = null) X-Ref |
Create Gdata_Books_VolumeQuery object param: string|null $url If non-null, pre-initializes the instance to |
setMinViewability($value = null) X-Ref |
Sets the minimum level of viewability of volumes to return in the search results param: string|null $value The minimum viewability - 'full' or 'partial' return: Zend_Gdata_Books_VolumeQuery Provides a fluent interface |
getMinViewability() X-Ref |
Minimum viewability of volumes to include in search results return: string|null min-viewability |
getQueryUrl() X-Ref |
Returns the generated full query URL return: string The URL |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |