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

Public Member Functions

 setPhotoId ($value)
 getPhotoId ()
 getQueryUrl ($incomingUri= '')

Protected Attributes

 $_photoId = null

Detailed Description

Definition at line 43 of file PhotoQuery.php.


Member Function Documentation

Get the photo ID which is to be returned.

See also:
setPhoto
Returns:
string The ID of the photo to retrieve.

Definition at line 72 of file PhotoQuery.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_AlbumQuery.

Definition at line 84 of file PhotoQuery.php.

Here is the call graph for this function:

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.

Parameters:
string$valueThe ID of the photo to retrieve, or null to clear.

Definition at line 61 of file PhotoQuery.php.


Field Documentation

$_photoId = null [protected]

Definition at line 51 of file PhotoQuery.php.


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