API Documentation

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

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_PhotoEntry

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

Description

Data model class for a Comment Entry.

To transfer user entries to and from the servers, including creating new entries, refer to the service class, Zend_Gdata_Photos.

This class represents in the Google Data protocol.

Properties

$_entryClassName

 $_entryClassName = 'Zend_Gdata_Photos_PhotoEntry'

Details

visibility
protected
default
Zend_Gdata_Photos_PhotoEntry
final
false
static
false

$_exifTags

Zend_Gdata_Exif_Extension_Tags $_exifTags = 'null'

exif:tags element

Details

$_exifTags
Zend_Gdata_Exif_Extension_Tags
visibility
protected
default
null
final
false
static
false

$_geoRssWhere

Zend_Gdata_Geo_Extension_GeoRssWhere $_geoRssWhere = 'null'

georss:where element

Details

$_geoRssWhere
Zend_Gdata_Geo_Extension_GeoRssWhere
visibility
protected
default
null
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

Methods

__construct

__construct( DOMElement $element = null ) :

Create a new instance.

Arguments
$element
DOMElement
(optional) DOMElement from which this object should be constructed.
Details
visibility
public
final
false
static
false

getDOM

getDOM( DOMDocument $doc = null,  $majorVersion = 1,  $minorVersion = null ) : DOMElement

Retrieves a DOMElement which corresponds to this element and all child properties. This is used to build an entry back into a DOM and eventually XML text for application storage/persistence.

Arguments
$doc
DOMDocument
The DOMDocument used to construct DOMElements
$majorVersion
$minorVersion
Output
DOMElement
The DOMElement representing this element and all child properties.
Details
visibility
public
final
false
static
false

getExifTags

getExifTags( ) : string

Get the value for this element's exif:tags attribute.

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

getGeoRssWhere

getGeoRssWhere( ) : string

Get the value for this element's georss:where attribute.

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

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

setExifTags

setExifTags( string $value ) : Zend_Gdata_Exif_Extension_Tags

Set the value for this element's exif:tags attribute.

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

setGeoRssWhere

setGeoRssWhere( string $value ) : Zend_Gdata_Geo_Extension_GeoRssWhere

Set the value for this element's georss:where attribute.

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

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( DOMNode $child ) :

Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data.

Arguments
$child
DOMNode
The DOMNode to process
Details
visibility
protected
final
false
static
false
Documentation was generated by DocBlox.