| [ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
| Copyright: | Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| Version: | $Id: VolumeQuery.php 24593 2012-01-05 20:35:02Z matthew $ |
| File Size: | 112 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 2 files include/Zend/Gdata/Books.php include/Zend/Gdata/Query.php |
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:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |