API Documentation

Gdata/Photos/PhotoFeed.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: PhotoFeed.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Gdata_Photos_PhotoFeed

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_PhotoFeed

Extends from
Zend_Gdata_Feed
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
$_gphotoId
$_gphotoAlbumId
$_gphotoVersion
$_gphotoWidth
$_gphotoHeight
$_gphotoSize
$_gphotoClient
$_gphotoChecksum
$_gphotoTimestamp
$_gphotoCommentCount
$_gphotoCommentingEnabled
$_mediaGroup
$_entryClassName
$_feedClassName
$_entryKindClassMapping
Methods
__construct
getDOM
takeChildFromDOM
getGphotoId
setGphotoId
getGphotoVersion
setGphotoVersion
getGphotoAlbumId
setGphotoAlbumId
getGphotoWidth
setGphotoWidth
getGphotoHeight
setGphotoHeight
getGphotoSize
setGphotoSize
getGphotoClient
setGphotoClient
getGphotoChecksum
setGphotoChecksum
getGphotoTimestamp
setGphotoTimestamp
getGphotoCommentCount
setGphotoCommentCount
getGphotoCommentingEnabled
setGphotoCommentingEnabled
getMediaGroup
setMediaGroup

Description

Data model for a collection of photo entries, usually provided by the Picasa servers.

For information on requesting this feed from a server, see the service class, Zend_Gdata_Photos.

Properties

$_entryClassName

 $_entryClassName = 'Zend_Gdata_Photos_PhotoEntry'

Details

visibility
protected
default
Zend_Gdata_Photos_PhotoEntry
final
false
static
false

$_entryKindClassMapping

 $_entryKindClassMapping = 'array'

Details

visibility
protected
default
array
final
false
static
false

$_feedClassName

 $_feedClassName = 'Zend_Gdata_Photos_PhotoFeed'

Details

visibility
protected
default
Zend_Gdata_Photos_PhotoFeed
final
false
static
false

$_gphotoAlbumId

Zend_Gdata_Photos_Extension_AlbumId $_gphotoAlbumId = 'null'

gphoto:albumid element

Details

$_gphotoAlbumId
Zend_Gdata_Photos_Extension_AlbumId
visibility
protected
default
null
final
false
static
false

$_gphotoChecksum

Zend_Gdata_Photos_Extension_Checksum $_gphotoChecksum = 'null'

gphoto:checksum element

Details

$_gphotoChecksum
Zend_Gdata_Photos_Extension_Checksum
visibility
protected
default
null
final
false
static
false

$_gphotoClient

Zend_Gdata_Photos_Extension_Client $_gphotoClient = 'null'

gphoto:client element

Details

$_gphotoClient
Zend_Gdata_Photos_Extension_Client
visibility
protected
default
null
final
false
static
false

$_gphotoCommentCount

Zend_Gdata_Photos_Extension_CommentCount $_gphotoCommentCount = 'null'

gphoto:commentCount element

Details

$_gphotoCommentCount
Zend_Gdata_Photos_Extension_CommentCount
visibility
protected
default
null
final
false
static
false

$_gphotoCommentingEnabled

Zend_Gdata_Photos_Extension_CommentingEnabled $_gphotoCommentingEnabled = 'null'

gphoto:commentingEnabled element

Details

$_gphotoCommentingEnabled
Zend_Gdata_Photos_Extension_CommentingEnabled
visibility
protected
default
null
final
false
static
false

$_gphotoHeight

Zend_Gdata_Photos_Extension_Height $_gphotoHeight = 'null'

gphoto:height element

Details

$_gphotoHeight
Zend_Gdata_Photos_Extension_Height
visibility
protected
default
null
final
false
static
false

$_gphotoId

Zend_Gdata_Photos_Extension_Id $_gphotoId = 'null'

gphoto:id element

Details

$_gphotoId
Zend_Gdata_Photos_Extension_Id
visibility
protected
default
null
final
false
static
false

$_gphotoSize

Zend_Gdata_Photos_Extension_Size $_gphotoSize = 'null'

gphoto:size element

Details

$_gphotoSize
Zend_Gdata_Photos_Extension_Size
visibility
protected
default
null
final
false
static
false

$_gphotoTimestamp

Zend_Gdata_Photos_Extension_Timestamp $_gphotoTimestamp = 'null'

gphoto:timestamp element

Details

$_gphotoTimestamp
Zend_Gdata_Photos_Extension_Timestamp
visibility
protected
default
null
final
false
static
false

$_gphotoVersion

Zend_Gdata_Photos_Extension_Version $_gphotoVersion = 'null'

gphoto:version element

Details

$_gphotoVersion
Zend_Gdata_Photos_Extension_Version
visibility
protected
default
null
final
false
static
false

$_gphotoWidth

Zend_Gdata_Photos_Extension_Width $_gphotoWidth = 'null'

gphoto:width element

Details

$_gphotoWidth
Zend_Gdata_Photos_Extension_Width
visibility
protected
default
null
final
false
static
false

$_mediaGroup

Zend_Gdata_Media_Extension_MediaGroup $_mediaGroup = 'null'

media:group element

Details

$_mediaGroup
Zend_Gdata_Media_Extension_MediaGroup
visibility
protected
default
null
final
false
static
false

Methods

__construct

__construct(  $element = null ) :
Arguments
$element
Details
visibility
public
final
false
static
false

getDOM

getDOM(  $doc = null,  $majorVersion = 1,  $minorVersion = null ) :
Arguments
$doc
$majorVersion
$minorVersion
Details
visibility
public
final
false
static
false

getGphotoAlbumId

getGphotoAlbumId( ) : string

Get the value for this element's gphoto:albumid attribute.

Output
string
The requested attribute.
Details
visibility
public
final
false
static
false
see
setGphotoAlbumId

getGphotoChecksum

getGphotoChecksum( ) : string

Get the value for this element's gphoto:checksum attribute.

Output
string
The requested attribute.
Details
visibility
public
final
false
static
false
see
setGphotoChecksum

getGphotoClient

getGphotoClient( ) : string

Get the value for this element's gphoto:client attribute.

Output
string
The requested attribute.
Details
visibility
public
final
false
static
false
see
setGphotoClient

getGphotoCommentCount

getGphotoCommentCount( ) : string

Get the value for this element's gphoto:commentCount attribute.

Output
string
The requested attribute.
Details
visibility
public
final
false
static
false
see
setGphotoCommentCount

getGphotoCommentingEnabled

getGphotoCommentingEnabled( ) : string

Get the value for this element's gphoto:commentingEnabled attribute.

Output
string
The requested attribute.
Details
visibility
public
final
false
static
false
see
setGphotoCommentingEnabled

getGphotoHeight

getGphotoHeight( ) : string

Get the value for this element's gphoto:height attribute.

Output
string
The requested attribute.
Details
visibility
public
final
false
static
false
see
setGphotoHeight

getGphotoId

getGphotoId( ) : string

Get the value for this element's gphoto:id attribute.

Output
string
The requested attribute.
Details
visibility
public
final
false
static
false
see
setGphotoId

getGphotoSize

getGphotoSize( ) : string

Get the value for this element's gphoto:size attribute.

Output
string
The requested attribute.
Details
visibility
public
final
false
static
false
see
setGphotoSize

getGphotoTimestamp

getGphotoTimestamp( ) : string

Get the value for this element's gphoto:timestamp attribute.

Output
string
The requested attribute.
Details
visibility
public
final
false
static
false
see
setGphotoTimestamp

getGphotoVersion

getGphotoVersion( ) : string

Get the value for this element's gphoto:version attribute.

Output
string
The requested attribute.
Details
visibility
public
final
false
static
false
see
setGphotoVersion

getGphotoWidth

getGphotoWidth( ) : string

Get the value for this element's gphoto:width attribute.

Output
string
The requested attribute.
Details
visibility
public
final
false
static
false
see
setGphotoWidth

getMediaGroup

getMediaGroup( ) : string

Get the value for this element's media:group attribute.

Output
string
The requested attribute.
Details
visibility
public
final
false
static
false
see
setMediaGroup

setGphotoAlbumId

setGphotoAlbumId( string $value ) : Zend_Gdata_Photos_Extension_AlbumId

Set the value for this element's gphoto:albumid attribute.

Arguments
$value
string
The desired value for this attribute.
Output
Zend_Gdata_Photos_Extension_AlbumId
The element being modified.
Details
visibility
public
final
false
static
false

setGphotoChecksum

setGphotoChecksum( string $value ) : Zend_Gdata_Photos_Extension_Checksum

Set the value for this element's gphoto:checksum attribute.

Arguments
$value
string
The desired value for this attribute.
Output
Zend_Gdata_Photos_Extension_Checksum
The element being modified.
Details
visibility
public
final
false
static
false

setGphotoClient

setGphotoClient( string $value ) : Zend_Gdata_Photos_Extension_Client

Set the value for this element's gphoto:client attribute.

Arguments
$value
string
The desired value for this attribute.
Output
Zend_Gdata_Photos_Extension_Client
The element being modified.
Details
visibility
public
final
false
static
false

setGphotoCommentCount

setGphotoCommentCount( string $value ) : Zend_Gdata_Photos_Extension_CommentCount

Set the value for this element's gphoto:commentCount attribute.

Arguments
$value
string
The desired value for this attribute.
Output
Zend_Gdata_Photos_Extension_CommentCount
The element being modified.
Details
visibility
public
final
false
static
false

setGphotoCommentingEnabled

setGphotoCommentingEnabled( string $value ) : Zend_Gdata_Photos_Extension_CommentingEnabled

Set the value for this element's gphoto:commentingEnabled attribute.

Arguments
$value
string
The desired value for this attribute.
Output
Zend_Gdata_Photos_Extension_CommentingEnabled
The element being modified.
Details
visibility
public
final
false
static
false

setGphotoHeight

setGphotoHeight( string $value ) : Zend_Gdata_Photos_Extension_Height

Set the value for this element's gphoto:height attribute.

Arguments
$value
string
The desired value for this attribute.
Output
Zend_Gdata_Photos_Extension_Height
The element being modified.
Details
visibility
public
final
false
static
false

setGphotoId

setGphotoId( string $value ) : Zend_Gdata_Photos_Extension_Id

Set the value for this element's gphoto:id attribute.

Arguments
$value
string
The desired value for this attribute.
Output
Zend_Gdata_Photos_Extension_Id
The element being modified.
Details
visibility
public
final
false
static
false

setGphotoSize

setGphotoSize( string $value ) : Zend_Gdata_Photos_Extension_Size

Set the value for this element's gphoto:size attribute.

Arguments
$value
string
The desired value for this attribute.
Output
Zend_Gdata_Photos_Extension_Size
The element being modified.
Details
visibility
public
final
false
static
false

setGphotoTimestamp

setGphotoTimestamp( string $value ) : Zend_Gdata_Photos_Extension_Timestamp

Set the value for this element's gphoto:timestamp attribute.

Arguments
$value
string
The desired value for this attribute.
Output
Zend_Gdata_Photos_Extension_Timestamp
The element being modified.
Details
visibility
public
final
false
static
false

setGphotoVersion

setGphotoVersion( string $value ) : Zend_Gdata_Photos_Extension_Version

Set the value for this element's gphoto:version attribute.

Arguments
$value
string
The desired value for this attribute.
Output
Zend_Gdata_Photos_Extension_Version
The element being modified.
Details
visibility
public
final
false
static
false

setGphotoWidth

setGphotoWidth( string $value ) : Zend_Gdata_Photos_Extension_Width

Set the value for this element's gphoto:width attribute.

Arguments
$value
string
The desired value for this attribute.
Output
Zend_Gdata_Photos_Extension_Width
The element being modified.
Details
visibility
public
final
false
static
false

setMediaGroup

setMediaGroup( string $value ) : Zend_Gdata_Media_Extension_MediaGroup

Set the value for this element's media:group attribute.

Arguments
$value
string
The desired value for this attribute.
Output
Zend_Gdata_Media_Extension_MediaGroup
The element being modified.
Details
visibility
public
final
false
static
false

takeChildFromDOM

takeChildFromDOM(  $child ) :
Arguments
$child
Details
visibility
protected
final
false
static
false
Documentation was generated by DocBlox.