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

Public Member Functions

 __construct ($element=null)
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 getGphotoAlbumId ()
 setGphotoAlbumId ($value)
 getGphotoId ()
 setGphotoId ($value)
 getGphotoVersion ()
 setGphotoVersion ($value)
 getGphotoWidth ()
 setGphotoWidth ($value)
 getGphotoHeight ()
 setGphotoHeight ($value)
 getGphotoSize ()
 setGphotoSize ($value)
 getGphotoClient ()
 setGphotoClient ($value)
 getGphotoChecksum ()
 setGphotoChecksum ($value)
 getGphotoTimestamp ()
 setGphotoTimestamp ($value)
 getGphotoCommentCount ()
 setGphotoCommentCount ($value)
 getGphotoCommentingEnabled ()
 setGphotoCommentingEnabled ($value)
 getExifTags ()
 setExifTags ($value)
 getGeoRssWhere ()
 setGeoRssWhere ($value)
 getMediaGroup ()
 setMediaGroup ($value)

Protected Member Functions

 takeChildFromDOM ($child)

Protected Attributes

 $_entryClassName = 'Zend_Gdata_Photos_PhotoEntry'
 $_gphotoId = null
 $_gphotoAlbumId = null
 $_gphotoVersion = null
 $_gphotoWidth = null
 $_gphotoHeight = null
 $_gphotoSize = null
 $_gphotoClient = null
 $_gphotoChecksum = null
 $_gphotoTimestamp = null
 $_gphotoCommentCount = null
 $_gphotoCommentingEnabled = null
 $_exifTags = null
 $_geoRssWhere = null

Detailed Description

Definition at line 119 of file PhotoEntry.php.


Constructor & Destructor Documentation

__construct ( element = null)

Create a new instance.

Parameters:
DOMElement$element(optional) DOMElement from which this object should be constructed.

Reimplemented from Zend_Gdata_Media_Entry.

Definition at line 221 of file PhotoEntry.php.

Here is the call graph for this function:


Member Function Documentation

getDOM ( doc = null,
majorVersion = 1,
minorVersion = null 
)

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.

Parameters:
DOMDocument$docThe DOMDocument used to construct DOMElements
Returns:
DOMElement The DOMElement representing this element and all child properties.

Reimplemented from Zend_Gdata_Media_Entry.

Definition at line 241 of file PhotoEntry.php.

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

See also:
setExifTags
Returns:
string The requested attribute.

Definition at line 628 of file PhotoEntry.php.

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

See also:
setGeoRssWhere
Returns:
string The requested attribute.

Definition at line 651 of file PhotoEntry.php.

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

See also:
setGphotoAlbumId
Returns:
string The requested attribute.

Definition at line 375 of file PhotoEntry.php.

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

See also:
setGphotoChecksum
Returns:
string The requested attribute.

Definition at line 536 of file PhotoEntry.php.

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

See also:
setGphotoClient
Returns:
string The requested attribute.

Definition at line 513 of file PhotoEntry.php.

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

See also:
setGphotoCommentCount
Returns:
string The requested attribute.

Definition at line 582 of file PhotoEntry.php.

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

See also:
setGphotoCommentingEnabled
Returns:
string The requested attribute.

Definition at line 605 of file PhotoEntry.php.

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

See also:
setGphotoHeight
Returns:
string The requested attribute.

Definition at line 467 of file PhotoEntry.php.

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

See also:
setGphotoId
Returns:
string The requested attribute.

Definition at line 398 of file PhotoEntry.php.

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

See also:
setGphotoSize
Returns:
string The requested attribute.

Definition at line 490 of file PhotoEntry.php.

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

See also:
setGphotoTimestamp
Returns:
string The requested attribute.

Definition at line 559 of file PhotoEntry.php.

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

See also:
setGphotoVersion
Returns:
string The requested attribute.

Definition at line 421 of file PhotoEntry.php.

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

See also:
setGphotoWidth
Returns:
string The requested attribute.

Definition at line 444 of file PhotoEntry.php.

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

See also:
setMediaGroup
Returns:
string The requested attribute.

Reimplemented from Zend_Gdata_Media_Entry.

Definition at line 674 of file PhotoEntry.php.

setExifTags ( value)

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

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Exif_Extension_Tags The element being modified.

Definition at line 639 of file PhotoEntry.php.

setGeoRssWhere ( value)

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

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Geo_Extension_GeoRssWhere The element being modified.

Definition at line 662 of file PhotoEntry.php.

setGphotoAlbumId ( value)

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

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Photos_Extension_AlbumId The element being modified.

Definition at line 386 of file PhotoEntry.php.

setGphotoChecksum ( value)

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

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Photos_Extension_Checksum The element being modified.

Definition at line 547 of file PhotoEntry.php.

setGphotoClient ( value)

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

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Photos_Extension_Client The element being modified.

Definition at line 524 of file PhotoEntry.php.

setGphotoCommentCount ( value)

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

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Photos_Extension_CommentCount The element being modified.

Definition at line 593 of file PhotoEntry.php.

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

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Photos_Extension_CommentingEnabled The element being modified.

Definition at line 616 of file PhotoEntry.php.

setGphotoHeight ( value)

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

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Photos_Extension_Height The element being modified.

Definition at line 478 of file PhotoEntry.php.

setGphotoId ( value)

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

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Photos_Extension_Id The element being modified.

Definition at line 409 of file PhotoEntry.php.

setGphotoSize ( value)

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

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Photos_Extension_Size The element being modified.

Definition at line 501 of file PhotoEntry.php.

setGphotoTimestamp ( value)

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

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Photos_Extension_Timestamp The element being modified.

Definition at line 570 of file PhotoEntry.php.

setGphotoVersion ( value)

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

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Photos_Extension_Version The element being modified.

Definition at line 432 of file PhotoEntry.php.

setGphotoWidth ( value)

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

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Photos_Extension_Width The element being modified.

Definition at line 455 of file PhotoEntry.php.

setMediaGroup ( value)

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

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Media_Extension_MediaGroup The element being modified.

Reimplemented from Zend_Gdata_Media_Entry.

Definition at line 685 of file PhotoEntry.php.

takeChildFromDOM ( child) [protected]

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

Parameters:
DOMNode$childThe DOMNode to process

Reimplemented from Zend_Gdata_Media_Entry.

Definition at line 292 of file PhotoEntry.php.

Here is the call graph for this function:


Field Documentation

$_entryClassName = 'Zend_Gdata_Photos_PhotoEntry' [protected]

Reimplemented from Zend_Gdata_Media_Entry.

Definition at line 122 of file PhotoEntry.php.

$_exifTags = null [protected]

Definition at line 206 of file PhotoEntry.php.

$_geoRssWhere = null [protected]

Definition at line 213 of file PhotoEntry.php.

$_gphotoAlbumId = null [protected]

Definition at line 136 of file PhotoEntry.php.

$_gphotoChecksum = null [protected]

Definition at line 178 of file PhotoEntry.php.

$_gphotoClient = null [protected]

Definition at line 171 of file PhotoEntry.php.

$_gphotoCommentCount = null [protected]

Definition at line 192 of file PhotoEntry.php.

$_gphotoCommentingEnabled = null [protected]

Definition at line 199 of file PhotoEntry.php.

$_gphotoHeight = null [protected]

Definition at line 157 of file PhotoEntry.php.

$_gphotoId = null [protected]

Definition at line 129 of file PhotoEntry.php.

$_gphotoSize = null [protected]

Definition at line 164 of file PhotoEntry.php.

$_gphotoTimestamp = null [protected]

Definition at line 185 of file PhotoEntry.php.

$_gphotoVersion = null [protected]

Definition at line 143 of file PhotoEntry.php.

$_gphotoWidth = null [protected]

Definition at line 150 of file PhotoEntry.php.


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