| [ 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: PhotoQuery.php 24593 2012-01-05 20:35:02Z matthew $ |
| File Size: | 98 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 2 files include/Zend/Gdata/App/InvalidArgumentException.php include/Zend/Gdata/Photos/AlbumQuery.php |
Zend_Gdata_Photos_PhotoQuery:: (3 methods):
setPhotoId()
getPhotoId()
getQueryUrl()
Class: Zend_Gdata_Photos_PhotoQuery - X-Ref
Assists in constructing queries for comment/tag entries.| setPhotoId($value) X-Ref |
| Set the photo ID to query for. When set, this photo's comments/tags will be returned. If not set or null, the default user's feed will be returned instead. param: string $value The ID of the photo to retrieve, or null to |
| getPhotoId() X-Ref |
| Get the photo ID which is to be returned. return: string The ID of the photo to retrieve. |
| getQueryUrl($incomingUri = '') X-Ref |
| Returns the URL generated for this query, based on it's current parameters. return: string A URL generated based on the state of this query. |
| Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |