API Documentation

Gdata/Photos/PhotoQuery.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Gdata
subpackage
Photos
version
$Id: PhotoQuery.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Gdata_Photos_PhotoQuery

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Gdata_Photos_PhotoQuery

Extends from
Zend_Gdata_Photos_AlbumQuery
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Gdata
subpackage
Photos
Properties
$_photoId
Methods
setPhotoId
getPhotoId
getQueryUrl

Description

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.

Properties

$_photoId

string $_photoId = 'null'

The ID of the photo to query for.

Details

$_photoId
string
visibility
protected
default
null
final
false
static
false

Methods

getPhotoId

getPhotoId( ) : string

Get the photo ID which is to be returned.

Output
string
The ID of the photo to retrieve.
Details
visibility
public
final
false
static
false
see
setPhoto

getQueryUrl

getQueryUrl(  $incomingUri ) : string

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

Arguments
$incomingUri
Output
string
A URL generated based on the state of this query.
Details
visibility
public
final
false
static
false
throws

setPhotoId

setPhotoId( string $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.

Arguments
$value
string
The ID of the photo to retrieve, or null to clear.
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.