Class Zend_Gdata_Photos_PhotoEntry

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 <atom:entry> in the Google Data protocol.

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Gdata/Photos/PhotoEntry.php (line 119)

Zend_Gdata_App_Base
   |
   --Zend_Gdata_App_FeedEntryParent
      |
      --Zend_Gdata_App_Entry
         |
         --Zend_Gdata_App_MediaEntry
            |
            --Zend_Gdata_Entry
               |
               --Zend_Gdata_Media_Entry
                  |
                  --Zend_Gdata_Photos_PhotoEntry
Variable Summary
Method Summary
 Zend_Gdata_Photos_PhotoEntry __construct ([DOMElement $element = null])
 DOMElement getDOM ([DOMDocument $doc = null], [ $majorVersion = 1], [ $minorVersion = null])
 string getExifTags ()
 string getGeoRssWhere ()
 string getGphotoAlbumId ()
 string getGphotoChecksum ()
 string getGphotoClient ()
 string getGphotoHeight ()
 string getGphotoId ()
 string getGphotoSize ()
 string getGphotoTimestamp ()
 string getGphotoVersion ()
 string getGphotoWidth ()
 string getMediaGroup ()
 void takeChildFromDOM (DOMNode $child)
Variables
mixed $_entryClassName = 'Zend_Gdata_Photos_PhotoEntry' (line 122)
  • access: protected

Redefinition of:
Zend_Gdata_Media_Entry::$_entryClassName
Zend_Gdata_Exif_Extension_Tags $_exifTags = null (line 206)

exif:tags element

  • access: protected
Zend_Gdata_Geo_Extension_GeoRssWhere $_geoRssWhere = null (line 213)

georss:where element

  • access: protected
Zend_Gdata_Photos_Extension_AlbumId $_gphotoAlbumId = null (line 136)

gphoto:albumid element

  • access: protected
Zend_Gdata_Photos_Extension_Checksum $_gphotoChecksum = null (line 178)

gphoto:checksum element

  • access: protected
Zend_Gdata_Photos_Extension_Client $_gphotoClient = null (line 171)

gphoto:client element

  • access: protected
Zend_Gdata_Photos_Extension_CommentCount $_gphotoCommentCount = null (line 192)

gphoto:commentCount element

  • access: protected
Zend_Gdata_Photos_Extension_CommentingEnabled $_gphotoCommentingEnabled = null (line 199)

gphoto:commentingEnabled element

  • access: protected
Zend_Gdata_Photos_Extension_Height $_gphotoHeight = null (line 157)

gphoto:height element

  • access: protected
Zend_Gdata_Photos_Extension_Id $_gphotoId = null (line 129)

gphoto:id element

  • access: protected
Zend_Gdata_Photos_Extension_Size $_gphotoSize = null (line 164)

gphoto:size element

  • access: protected
Zend_Gdata_Photos_Extension_Timestamp $_gphotoTimestamp = null (line 185)

gphoto:timestamp element

  • access: protected
Zend_Gdata_Photos_Extension_Version $_gphotoVersion = null (line 143)

gphoto:version element

  • access: protected
Zend_Gdata_Photos_Extension_Width $_gphotoWidth = null (line 150)

gphoto:width element

  • access: protected

Inherited Variables

Inherited from Zend_Gdata_Media_Entry

Zend_Gdata_Media_Entry::$_mediaGroup

Inherited from Zend_Gdata_App_MediaEntry

Zend_Gdata_App_MediaEntry::$_mediaSource

Inherited from Zend_Gdata_App_Entry

Zend_Gdata_App_Entry::$_content
Zend_Gdata_App_Entry::$_control
Zend_Gdata_App_Entry::$_edited
Zend_Gdata_App_Entry::$_published
Zend_Gdata_App_Entry::$_rootElement
Zend_Gdata_App_Entry::$_source
Zend_Gdata_App_Entry::$_summary

Inherited from Zend_Gdata_App_FeedEntryParent

Zend_Gdata_App_FeedEntryParent::$_author
Zend_Gdata_App_FeedEntryParent::$_category
Zend_Gdata_App_FeedEntryParent::$_contributor
Zend_Gdata_App_FeedEntryParent::$_etag
Zend_Gdata_App_FeedEntryParent::$_id
Zend_Gdata_App_FeedEntryParent::$_link
Zend_Gdata_App_FeedEntryParent::$_majorProtocolVersion
Zend_Gdata_App_FeedEntryParent::$_minorProtocolVersion
Zend_Gdata_App_FeedEntryParent::$_rights
Zend_Gdata_App_FeedEntryParent::$_service
Zend_Gdata_App_FeedEntryParent::$_title
Zend_Gdata_App_FeedEntryParent::$_updated

Inherited from Zend_Gdata_App_Base

Zend_Gdata_App_Base::$_extensionAttributes
Zend_Gdata_App_Base::$_extensionElements
Zend_Gdata_App_Base::$_namespaceLookupCache
Zend_Gdata_App_Base::$_namespaces
Zend_Gdata_App_Base::$_rootNamespace
Zend_Gdata_App_Base::$_rootNamespaceURI
Zend_Gdata_App_Base::$_text
Methods
Constructor __construct (line 221)

Create a new instance.

  • access: public
Zend_Gdata_Photos_PhotoEntry __construct ([DOMElement $element = null])
  • DOMElement $element: (optional) DOMElement from which this object should be constructed.

Redefinition of:
Zend_Gdata_Media_Entry::__construct()
Create a new instance.
getDOM (line 241)

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.

  • return: The DOMElement representing this element and all child properties.
  • access: public
DOMElement getDOM ([DOMDocument $doc = null], [ $majorVersion = 1], [ $minorVersion = null])
  • DOMDocument $doc: The DOMDocument used to construct DOMElements
  • $majorVersion
  • $minorVersion

Redefinition of:
Zend_Gdata_Media_Entry::getDOM()
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.
getExifTags (line 628)

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

string getExifTags ()
getGeoRssWhere (line 651)

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

string getGeoRssWhere ()
getGphotoAlbumId (line 375)

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

string getGphotoAlbumId ()
getGphotoChecksum (line 536)

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

string getGphotoChecksum ()
getGphotoClient (line 513)

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

string getGphotoClient ()
getGphotoCommentCount (line 582)

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

string getGphotoCommentCount ()
getGphotoCommentingEnabled (line 605)

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

string getGphotoCommentingEnabled ()
getGphotoHeight (line 467)

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

string getGphotoHeight ()
getGphotoId (line 398)

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

string getGphotoId ()
getGphotoSize (line 490)

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

string getGphotoSize ()
getGphotoTimestamp (line 559)

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

string getGphotoTimestamp ()
getGphotoVersion (line 421)

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

string getGphotoVersion ()
getGphotoWidth (line 444)

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

string getGphotoWidth ()
getMediaGroup (line 674)

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

string getMediaGroup ()

Redefinition of:
Zend_Gdata_Media_Entry::getMediaGroup()
Returns the entry's mediaGroup object.
setExifTags (line 639)

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

  • return: The element being modified.
  • access: public
Zend_Gdata_Exif_Extension_Tags setExifTags (string $value)
  • string $value: The desired value for this attribute.
setGeoRssWhere (line 662)

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

  • return: The element being modified.
  • access: public
Zend_Gdata_Geo_Extension_GeoRssWhere setGeoRssWhere (string $value)
  • string $value: The desired value for this attribute.
setGphotoAlbumId (line 386)

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

  • return: The element being modified.
  • access: public
Zend_Gdata_Photos_Extension_AlbumId setGphotoAlbumId (string $value)
  • string $value: The desired value for this attribute.
setGphotoChecksum (line 547)

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

  • return: The element being modified.
  • access: public
Zend_Gdata_Photos_Extension_Checksum setGphotoChecksum (string $value)
  • string $value: The desired value for this attribute.
setGphotoClient (line 524)

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

  • return: The element being modified.
  • access: public
Zend_Gdata_Photos_Extension_Client setGphotoClient (string $value)
  • string $value: The desired value for this attribute.
setGphotoCommentCount (line 593)

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

  • return: The element being modified.
  • access: public
Zend_Gdata_Photos_Extension_CommentCount setGphotoCommentCount (string $value)
  • string $value: The desired value for this attribute.
setGphotoCommentingEnabled (line 616)

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

  • return: The element being modified.
  • access: public
Zend_Gdata_Photos_Extension_CommentingEnabled setGphotoCommentingEnabled (string $value)
  • string $value: The desired value for this attribute.
setGphotoHeight (line 478)

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

  • return: The element being modified.
  • access: public
Zend_Gdata_Photos_Extension_Height setGphotoHeight (string $value)
  • string $value: The desired value for this attribute.
setGphotoId (line 409)

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

  • return: The element being modified.
  • access: public
Zend_Gdata_Photos_Extension_Id setGphotoId (string $value)
  • string $value: The desired value for this attribute.
setGphotoSize (line 501)

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

  • return: The element being modified.
  • access: public
Zend_Gdata_Photos_Extension_Size setGphotoSize (string $value)
  • string $value: The desired value for this attribute.
setGphotoTimestamp (line 570)

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

  • return: The element being modified.
  • access: public
Zend_Gdata_Photos_Extension_Timestamp setGphotoTimestamp (string $value)
  • string $value: The desired value for this attribute.
setGphotoVersion (line 432)

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

  • return: The element being modified.
  • access: public
Zend_Gdata_Photos_Extension_Version setGphotoVersion (string $value)
  • string $value: The desired value for this attribute.
setGphotoWidth (line 455)

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

  • return: The element being modified.
  • access: public
Zend_Gdata_Photos_Extension_Width setGphotoWidth (string $value)
  • string $value: The desired value for this attribute.
setMediaGroup (line 685)

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

  • return: The element being modified.
  • access: public
Zend_Gdata_Media_Extension_MediaGroup setMediaGroup (string $value)
  • string $value: The desired value for this attribute.

Redefinition of:
Zend_Gdata_Media_Entry::setMediaGroup()
Sets the entry's mediaGroup object.
takeChildFromDOM (line 292)

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

  • access: protected
void takeChildFromDOM (DOMNode $child)
  • DOMNode $child: The DOMNode to process

Redefinition of:
Zend_Gdata_Media_Entry::takeChildFromDOM()
Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data.

Inherited Methods

Inherited From Zend_Gdata_Media_Entry

 Zend_Gdata_Media_Entry::__construct()
 Zend_Gdata_Media_Entry::getDOM()
 Zend_Gdata_Media_Entry::getMediaGroup()
 Zend_Gdata_Media_Entry::setMediaGroup()
 Zend_Gdata_Media_Entry::takeChildFromDOM()

Inherited From Zend_Gdata_Entry

 Zend_Gdata_Entry::__construct()
 Zend_Gdata_Entry::getDOM()
 Zend_Gdata_Entry::takeAttributeFromDOM()
 Zend_Gdata_Entry::takeChildFromDOM()

Inherited From Zend_Gdata_App_MediaEntry

 Zend_Gdata_App_MediaEntry::__construct()
 Zend_Gdata_App_MediaEntry::encode()
 Zend_Gdata_App_MediaEntry::getMediaSource()
 Zend_Gdata_App_MediaEntry::setMediaSource()

Inherited From Zend_Gdata_App_Entry

 Zend_Gdata_App_Entry::delete()
 Zend_Gdata_App_Entry::getContent()
 Zend_Gdata_App_Entry::getControl()
 Zend_Gdata_App_Entry::getDOM()
 Zend_Gdata_App_Entry::getPublished()
 Zend_Gdata_App_Entry::getSource()
 Zend_Gdata_App_Entry::getSummary()
 Zend_Gdata_App_Entry::reload()
 Zend_Gdata_App_Entry::save()
 Zend_Gdata_App_Entry::setContent()
 Zend_Gdata_App_Entry::setControl()
 Zend_Gdata_App_Entry::setPublished()
 Zend_Gdata_App_Entry::setSource()
 Zend_Gdata_App_Entry::setSummary()
 Zend_Gdata_App_Entry::takeChildFromDOM()

Inherited From Zend_Gdata_App_FeedEntryParent

 Zend_Gdata_App_FeedEntryParent::__construct()
 Zend_Gdata_App_FeedEntryParent::getAlternateLink()
 Zend_Gdata_App_FeedEntryParent::getAuthor()
 Zend_Gdata_App_FeedEntryParent::getCategory()
 Zend_Gdata_App_FeedEntryParent::getContributor()
 Zend_Gdata_App_FeedEntryParent::getDOM()
 Zend_Gdata_App_FeedEntryParent::getEditLink()
 Zend_Gdata_App_FeedEntryParent::getEtag()
 Zend_Gdata_App_FeedEntryParent::getHttpClient()
 Zend_Gdata_App_FeedEntryParent::getId()
 Zend_Gdata_App_FeedEntryParent::getLicenseLink()
 Zend_Gdata_App_FeedEntryParent::getLink()
 Zend_Gdata_App_FeedEntryParent::getMajorProtocolVersion()
 Zend_Gdata_App_FeedEntryParent::getMinorProtocolVersion()
 Zend_Gdata_App_FeedEntryParent::getNextLink()
 Zend_Gdata_App_FeedEntryParent::getPreviousLink()
 Zend_Gdata_App_FeedEntryParent::getRights()
 Zend_Gdata_App_FeedEntryParent::getSelfLink()
 Zend_Gdata_App_FeedEntryParent::getService()
 Zend_Gdata_App_FeedEntryParent::getTitle()
 Zend_Gdata_App_FeedEntryParent::getTitleValue()
 Zend_Gdata_App_FeedEntryParent::getUpdated()
 Zend_Gdata_App_FeedEntryParent::lookupNamespace()
 Zend_Gdata_App_FeedEntryParent::setAuthor()
 Zend_Gdata_App_FeedEntryParent::setCategory()
 Zend_Gdata_App_FeedEntryParent::setContributor()
 Zend_Gdata_App_FeedEntryParent::setEtag()
 Zend_Gdata_App_FeedEntryParent::setHttpClient()
 Zend_Gdata_App_FeedEntryParent::setId()
 Zend_Gdata_App_FeedEntryParent::setLink()
 Zend_Gdata_App_FeedEntryParent::setMajorProtocolVersion()
 Zend_Gdata_App_FeedEntryParent::setMinorProtocolVersion()
 Zend_Gdata_App_FeedEntryParent::setRights()
 Zend_Gdata_App_FeedEntryParent::setService()
 Zend_Gdata_App_FeedEntryParent::setTitle()
 Zend_Gdata_App_FeedEntryParent::setUpdated()
 Zend_Gdata_App_FeedEntryParent::takeChildFromDOM()

Inherited From Zend_Gdata_App_Base

 Zend_Gdata_App_Base::__construct()
 Zend_Gdata_App_Base::encode()
 Zend_Gdata_App_Base::flushNamespaceLookupCache()
 Zend_Gdata_App_Base::getDOM()
 Zend_Gdata_App_Base::getExtensionAttributes()
 Zend_Gdata_App_Base::getExtensionElements()
 Zend_Gdata_App_Base::getText()
 Zend_Gdata_App_Base::getXML()
 Zend_Gdata_App_Base::lookupNamespace()
 Zend_Gdata_App_Base::registerAllNamespaces()
 Zend_Gdata_App_Base::registerNamespace()
 Zend_Gdata_App_Base::saveXML()
 Zend_Gdata_App_Base::setExtensionAttributes()
 Zend_Gdata_App_Base::setExtensionElements()
 Zend_Gdata_App_Base::setText()
 Zend_Gdata_App_Base::takeAttributeFromDOM()
 Zend_Gdata_App_Base::takeChildFromDOM()
 Zend_Gdata_App_Base::transferFromDOM()
 Zend_Gdata_App_Base::transferFromXML()
 Zend_Gdata_App_Base::__get()
 Zend_Gdata_App_Base::__isset()
 Zend_Gdata_App_Base::__set()
 Zend_Gdata_App_Base::__toString()
 Zend_Gdata_App_Base::__unset()

Documentation generated on Mon, 21 Jun 2010 15:38:09 -0400 by phpDocumentor 1.4.3