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


Public Member Functions | |
| setPhotoId ($value) | |
| getPhotoId () | |
| getQueryUrl ($incomingUri= '') | |
Protected Attributes | |
| $_photoId = null | |
Definition at line 43 of file PhotoQuery.php.
| getPhotoId | ( | ) |
Get the photo ID which is to be returned.
Definition at line 72 of file PhotoQuery.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_AlbumQuery.
Definition at line 84 of file PhotoQuery.php.

| setPhotoId | ( | $ | value | ) |
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.
| string | $value | The ID of the photo to retrieve, or null to clear. |
Definition at line 61 of file PhotoQuery.php.
$_photoId = null [protected] |
Definition at line 51 of file PhotoQuery.php.