Moodle  2.2.1
http://www.collinsharper.com
Zend_Gdata_Photos_AlbumQuery Class Reference
Inheritance diagram for Zend_Gdata_Photos_AlbumQuery:
Collaboration diagram for Zend_Gdata_Photos_AlbumQuery:

Public Member Functions

 setAlbumName ($value)
 getAlbumName ()
 setAlbumId ($value)
 getAlbumId ()
 getQueryUrl ($incomingUri= '')

Protected Attributes

 $_albumName = null
 $_albumId = null

Detailed Description

Definition at line 43 of file AlbumQuery.php.


Member Function Documentation

Get the album ID which is to be returned.

See also:
setAlbum
Returns:
string The ID of the album to retrieve.

Definition at line 117 of file AlbumQuery.php.

Here is the caller graph for this function:

Get the album name which is to be returned.

See also:
setAlbumName
Returns:
string The name of the album to retrieve.

Definition at line 86 of file AlbumQuery.php.

Here is the caller graph for this function:

getQueryUrl ( incomingUri = '')

Returns the URL generated for this query, based on it's current parameters.

Returns:
string A URL generated based on the state of this query.
Exceptions:
Zend_Gdata_App_InvalidArgumentException

Reimplemented from Zend_Gdata_Photos_UserQuery.

Reimplemented in Zend_Gdata_Photos_PhotoQuery.

Definition at line 129 of file AlbumQuery.php.

Here is the call graph for this function:

setAlbumId ( value)

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.

Parameters:
string$valueThe ID of the album to retrieve, or null to clear.
Returns:
Zend_Gdata_Photos_AlbumQuery The query object.

Definition at line 103 of file AlbumQuery.php.

setAlbumName ( value)

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.

Parameters:
string$valueThe name of the album to retrieve, or null to clear.
Returns:
Zend_Gdata_Photos_AlbumQuery The query object.

Definition at line 72 of file AlbumQuery.php.


Field Documentation

$_albumId = null [protected]

Definition at line 58 of file AlbumQuery.php.

$_albumName = null [protected]

Definition at line 51 of file AlbumQuery.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations