|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| setAlbumName ($value) | |
| getAlbumName () | |
| setAlbumId ($value) | |
| getAlbumId () | |
| getQueryUrl ($incomingUri= '') | |
Protected Attributes | |
| $_albumName = null | |
| $_albumId = null | |
Definition at line 43 of file AlbumQuery.php.
| getAlbumId | ( | ) |
Get the album ID which is to be returned.
Definition at line 117 of file AlbumQuery.php.

| getAlbumName | ( | ) |
Get the album name which is to be returned.
Definition at line 86 of file AlbumQuery.php.

| getQueryUrl | ( | $ | incomingUri = '' | ) |
Returns the URL generated for this query, based on it's current parameters.
| Zend_Gdata_App_InvalidArgumentException |
Reimplemented from Zend_Gdata_Photos_UserQuery.
Reimplemented in Zend_Gdata_Photos_PhotoQuery.
Definition at line 129 of file AlbumQuery.php.

| 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.
| string | $value | The ID of the album to retrieve, or null to clear. |
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.
| string | $value | The name of the album to retrieve, or null to clear. |
Definition at line 72 of file AlbumQuery.php.
$_albumId = null [protected] |
Definition at line 58 of file AlbumQuery.php.
$_albumName = null [protected] |
Definition at line 51 of file AlbumQuery.php.