[ 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: | 149 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Gdata_Photos_AlbumQuery:: (5 methods):
setAlbumName()
getAlbumName()
setAlbumId()
getAlbumId()
getQueryUrl()
Class: Zend_Gdata_Photos_AlbumQuery - X-Ref
Assists in constructing album queries for various entries.setAlbumName($value) X-Ref |
Set the album name to query for. When set, this album's photographs be returned. If not set or null, the default user's feed will be returned instead. NOTE: AlbumName and AlbumId are mutually exclusive. Setting one will automatically set the other to null. param: string $value The name of the album to retrieve, or null to return: Zend_Gdata_Photos_AlbumQuery The query object. |
getAlbumName() X-Ref |
Get the album name which is to be returned. return: string The name of the album to retrieve. |
setAlbumId($value) X-Ref |
Set the album ID to query for. When set, this album's photographs be returned. If not set or null, the default user's feed will be returned instead. NOTE: Album and AlbumId are mutually exclusive. Setting one will automatically set the other to null. param: string $value The ID of the album to retrieve, or null to return: Zend_Gdata_Photos_AlbumQuery The query object. |
getAlbumId() X-Ref |
Get the album ID which is to be returned. return: string The ID of the album 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:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |