[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Gdata/Photos/ -> PhotoQuery.php (summary)

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: 98 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Gdata_Photos_PhotoQuery:: (3 methods):
  setPhotoId()
  getPhotoId()
  getQueryUrl()


Class: Zend_Gdata_Photos_PhotoQuery  - X-Ref

Assists in constructing queries for comment/tag entries.
Instances of this class can be provided in many places where a URL is
required.

For information on submitting queries to a server, see the
service class, Zend_Gdata_Photos.

setPhotoId($value)   X-Ref
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.

param: string $value The ID of the photo to retrieve, or null to

getPhotoId()   X-Ref
Get the photo ID which is to be returned.

return: string The ID of the photo 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