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.
Data model class for a Google Apps Owner Entry.
Each owner entry describes a single owner within a Google Apps hosted domain.
To transfer owner entries to and from the Google Apps servers, including creating new entries, refer to the Google Apps service class, Zend_Gdata_Gapps.
This class represents

string
$_entryClassName= 'Zend_Gdata_Gapps_OwnerEntry'
Class name for each entry in this feed*
Zend_Gdata_Gapps_OwnerEntry
Details
__construct(
\DOMElement $element
=
null
)
:
void
Create a new instance.
Name | Type | Description |
---|---|---|
$element | \DOMElement | (optional) DOMElement from which this object should be constructed. |

__get(
string $name
)
:
void
Magic getter to allow access like $entry->foo to call $entry->getFoo() Alternatively, if no getFoo() is defined, but a $_foo protected variable is defined, this is returned.
Inherited from: \Zend_Gdata_App_Base::__get()TODO Remove ability to bypass getFoo() methods??
Name | Type | Description |
---|---|---|
$name | string | The variable name sought |

delete(
)
:
void
Deletes this entry to the server using the referenced Zend_Http_Client to do a HTTP DELETE to the edit link stored in this entry's link collection.
Inherited from: \Zend_Gdata_App_Entry::delete()Exception | Description |
---|---|
\Zend_Gdata_App_Exception |

encode(
)
:
string|\Zend_Gdata_MediaMimeStream
Return the MIME multipart representation of this MediaEntry.
Inherited from: \Zend_Gdata_App_MediaEntry::encode()Can be overridden by children to provide more complex representations of entries.
Type | Description |
---|---|
string\Zend_Gdata_MediaMimeStream | The MIME multipart representation of this MediaEntry. If the entry consisted only of XML, a string is returned. |

flushNamespaceLookupCache(
)
:
void
Flush namespace lookup cache.
Inherited from: \Zend_Gdata_App_Base::flushNamespaceLookupCache()Empties the namespace lookup cache. Call this function if you have added data to the namespace lookup table that contradicts values that may have been cached during a previous call to lookupNamespace().

getAlternateLink(
)
:
\Zend_Gdata_App_Extension_Link
Returns the Zend_Gdata_App_Extension_Link element which represents the URL for an alternate view of the data represented by this feed or entry. This alternate view is commonly a user-facing webpage, blog post, etc. The MIME type for the data at the URL is available from the returned Zend_Gdata_App_Extension_Link element.
Inherited from: \Zend_Gdata_App_FeedEntryParent::getAlternateLink()This link is in the atom feed/entry as an atom:link with a rel attribute value of 'self'.
Type | Description |
---|---|
\Zend_Gdata_App_Extension_Link | The link, or null if not found |

getAuthor(
)
:
\Zend_Gdata_App_Extension_Author
Type | Description |
---|---|
\Zend_Gdata_App_Extension_Author |

getCategory(
)
:
array
Returns the array of categories that classify this feed/entry. Each category is represented in an atom feed by an atom:category element.
Inherited from: \Zend_Gdata_App_FeedEntryParent::getCategory()Type | Description |
---|---|
array | Array of Zend_Gdata_App_Extension_Category |

getContent(
)
:
\Zend_Gdata_App_Extension_Content
Gets the value of the atom:content element
Inherited from: \Zend_Gdata_App_Entry::getContent()Type | Description |
---|---|
\Zend_Gdata_App_Extension_Content |

getContributor(
)
:
array
Returns the array of contributors to this feed/entry. Each contributor is represented in an atom feed by an atom:contributor XML element
Inherited from: \Zend_Gdata_App_FeedEntryParent::getContributor()Type | Description |
---|---|
array | An array of Zend_Gdata_App_Extension_Contributor |

getControl(
)
:
\Zend_Gdata_App_Extension_Control
Gets the value of the app:control element
Inherited from: \Zend_Gdata_App_Entry::getControl()Type | Description |
---|---|
\Zend_Gdata_App_Extension_Control |

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.
Name | Type | Description |
---|---|---|
$doc | \DOMDocument | The DOMDocument used to construct DOMElements |
$majorVersion | ||
$minorVersion |
Type | Description |
---|---|
\DOMElement | The DOMElement representing this element and all child properties. |

getEditLink(
)
:
\Zend_Gdata_App_Extension_Link
Returns the Zend_Gdata_App_Extension_Link element which represents the URL used to edit this resource. This link is in the atom feed/entry as an atom:link with a rel attribute value of 'edit'.
Inherited from: \Zend_Gdata_App_FeedEntryParent::getEditLink()Type | Description |
---|---|
\Zend_Gdata_App_Extension_Link | The link, or null if not found |

getEtag(
)
:
string|null
Return the Etag for the current entry, or null if not set.
Inherited from: \Zend_Gdata_App_FeedEntryParent::getEtag()Type | Description |
---|---|
stringnull |

getExtensionAttributes(
)
:
array
Returns an array of all extension attributes not transformed into data model properties during parsing of the XML. Each element of the array is a hashed array of the format: array('namespaceUri' => string, 'name' => string, 'value' => string);
Inherited from: \Zend_Gdata_App_Base::getExtensionAttributes()Type | Description |
---|---|
array | All extension attributes |

getExtensionElements(
)
:
array
Returns an array of all elements not matched to data model classes during the parsing of the XML
Inherited from: \Zend_Gdata_App_Base::getExtensionElements()Type | Description |
---|---|
array | All elements not matched to data model classes during parsing |

getHttpClient(
)
:
\Zend_Http_Client_Abstract
Gets the HTTP client object. If none is set, a new Zend_Http_Client will be used.
Inherited from: \Zend_Gdata_App_FeedEntryParent::getHttpClient()Type | Description |
---|---|
\Zend_Http_Client_Abstract |

getId(
)
:
\Zend_Gdata_App_Extension_Id
Type | Description |
---|---|
\Zend_Gdata_App_Extension_Id |

getLicenseLink(
)
:
\Zend_Gdata_App_Extension_Link
Type | Description |
---|---|
\Zend_Gdata_App_Extension_Link |

getLink(
string $rel
=
null
)
:
mixed
Given a particular 'rel' value, this method returns a matching Zend_Gdata_App_Extension_Link element. If the 'rel' value is not provided, the full array of Zend_Gdata_App_Extension_Link elements is returned. In an atom feed, each link is represented by an atom:link element. The 'rel' value passed to this function is the atom:link/@rel attribute. Example rel values include 'self', 'edit', and 'alternate'.
Inherited from: \Zend_Gdata_App_FeedEntryParent::getLink()Name | Type | Description |
---|---|---|
$rel | string | The rel value of the link to be found. If null, the array of Zend_Gdata_App_Extension_link elements is returned |
Type | Description |
---|---|
mixed | Either a single Zend_Gdata_App_Extension_link element, an array of the same or null is returned depending on the rel value supplied as the argument to this function |

getMajorProtocolVersion(
)
:
\(int|\NULL)
Get the major protocol version that is in use.
Inherited from: \Zend_Gdata_App_FeedEntryParent::getMajorProtocolVersion()Type | Description |
---|---|
\(int\NULL) | The major protocol version in use. |

getMediaSource(
)
:
\Zend_Gdata_App_MediaSource
Return the MediaSource object representing the file attached to this MediaEntry.
Inherited from: \Zend_Gdata_App_MediaEntry::getMediaSource()Type | Description |
---|---|
\Zend_Gdata_App_MediaSource | The attached MediaSource/file |

getMinorProtocolVersion(
)
:
\(int|\NULL)
Get the minor protocol version that is in use.
Inherited from: \Zend_Gdata_App_FeedEntryParent::getMinorProtocolVersion()Type | Description |
---|---|
\(int\NULL) | The major protocol version in use, or NULL if no minor version is specified. |

getNextLink(
)
:
\Zend_Gdata_App_Extension_Link
Returns the Zend_Gdata_App_Extension_Link element which represents the URL used to retrieve the next chunk of results when paging through a feed. This link is in the atom feed as an atom:link with a rel attribute value of 'next'.
Inherited from: \Zend_Gdata_App_FeedEntryParent::getNextLink()Type | Description |
---|---|
\Zend_Gdata_App_Extension_Link | The link, or null if not found |

getPreviousLink(
)
:
\Zend_Gdata_App_Extension_Link
Returns the Zend_Gdata_App_Extension_Link element which represents the URL used to retrieve the previous chunk of results when paging through a feed. This link is in the atom feed as an atom:link with a rel attribute value of 'previous'.
Inherited from: \Zend_Gdata_App_FeedEntryParent::getPreviousLink()Type | Description |
---|---|
\Zend_Gdata_App_Extension_Link | The link, or null if not found |

getProperty(
string $rel
=
null
)
:
mixed
Returns all property tags for this entry
Name | Type | Description |
---|---|---|
$rel | string | The rel value of the property to be found. If null, the array of properties is returned instead. |
Type | Description |
---|---|
mixed | Either an array of Zend_Gdata_Gapps_Extension_Property objects if $rel is null, a single Zend_Gdata_Gapps_Extension_Property object if $rel is specified and a matching feed link is found, or null if $rel is specified and no matching property is found. |

getPublished(
)
:
\Zend_Gdata_App_Extension_Published
Sets the value of the atom:published element This represents the publishing date for an entry
Inherited from: \Zend_Gdata_App_Entry::getPublished()Type | Description |
---|---|
\Zend_Gdata_App_Extension_Published |

getRights(
)
:
\Zend_Gdata_AppExtension_Rights
Type | Description |
---|---|
\Zend_Gdata_AppExtension_Rights |

getSelfLink(
)
:
\Zend_Gdata_App_Extension_Link
Returns the Zend_Gdata_App_Extension_Link element which represents the URL used to retrieve the entry or feed represented by this object This link is in the atom feed/entry as an atom:link with a rel attribute value of 'self'.
Inherited from: \Zend_Gdata_App_FeedEntryParent::getSelfLink()Type | Description |
---|---|
\Zend_Gdata_App_Extension_Link | The link, or null if not found |

getService(
)
:
\Zend_Gdata_App|null
Get the active service instance for this object. This will be used to perform network requests, such as when calling save() and delete().
Inherited from: \Zend_Gdata_App_FeedEntryParent::getService()Type | Description |
---|---|
\Zend_Gdata_Appnull | The current service instance, or null if not set. |

getSource(
)
:
\Zend_Gdata_App_Extension_Source
Gets the value of the atom:source element
Inherited from: \Zend_Gdata_App_Entry::getSource()Type | Description |
---|---|
\Zend_Gdata_App_Extension_Source |

getSummary(
)
:
\Zend_Gdata_App_Extension_Summary
Gets the value of the atom:summary element This represents a textual summary of this entry's content
Inherited from: \Zend_Gdata_App_Entry::getSummary()Type | Description |
---|---|
\Zend_Gdata_App_Extension_Summary |

getText(
$trim
=
true
)
:
string
Returns the child text node of this element This represents any raw text contained within the XML element
Inherited from: \Zend_Gdata_App_Base::getText()Name | Type | Description |
---|---|---|
$trim |
Type | Description |
---|---|
string | Child text node |

getTitle(
)
:
\Zend_Gdata_App_Extension_Title
Returns the title of this feed or entry. The title is an extremely short textual representation of this resource and is found as an atom:title element in a feed or entry
Inherited from: \Zend_Gdata_App_FeedEntryParent::getTitle()Type | Description |
---|---|
\Zend_Gdata_App_Extension_Title |

getTitleValue(
)
:
string
Returns a string representation of the title of this feed or entry.
Inherited from: \Zend_Gdata_App_FeedEntryParent::getTitleValue()The title is an extremely short textual representation of this resource and is found as an atom:title element in a feed or entry
Type | Description |
---|---|
string |

getUpdated(
)
:
\Zend_Gdata_App_Extension_Updated
Type | Description |
---|---|
\Zend_Gdata_App_Extension_Updated |

getXML(
)
:
string
Alias for saveXML() returns XML content for this element and all children
Inherited from: \Zend_Gdata_App_Base::getXML()Type | Description |
---|---|
string | XML content |

lookupNamespace(
string $prefix, integer $majorVersion
=
null, integer $minorVersion
=
null
)
:
string
Get the full version of a namespace prefix
Inherited from: \Zend_Gdata_App_FeedEntryParent::lookupNamespace()Looks up a prefix (atom:, etc.) in the list of registered namespaces and returns the full namespace URI if available. Returns the prefix, unmodified, if it's not registered.
The current entry or feed's version will be used when performing the namespace lookup unless overridden using $majorVersion and $minorVersion. If the entry/fee has a null version, then the latest protocol version will be used by default.
Name | Type | Description |
---|---|---|
$prefix | string | The namespace prefix to lookup. |
$majorVersion | integer | The major protocol version in effect. Defaults to null (auto-select). |
$minorVersion | integer | The minor protocol version in effect. Defaults to null (auto-select). |
Type | Description |
---|---|
string |

registerAllNamespaces(
array $namespaceArray
)
:
void
Add an array of namespaces to the registered list.
Inherited from: \Zend_Gdata_App_Base::registerAllNamespaces()Takes an array in the format of: namespace prefix, namespace URI, major protocol version, minor protocol version and adds them with calls to ->registerNamespace()
Name | Type | Description |
---|---|---|
$namespaceArray | array | An array of namespaces. |

registerNamespace(
string $prefix, string $namespaceUri, integer $majorVersion
=
1, integer $minorVersion
=
0
)
:
void
Add a namespace and prefix to the registered list
Inherited from: \Zend_Gdata_App_Base::registerNamespace()Takes a prefix and a full namespace URI and adds them to the list of registered namespaces for use by $this->lookupNamespace().
WARNING: Currently, registering a namespace will NOT invalidate any memoized data stored in $_namespaceLookupCache. Under normal use, this behavior is acceptable. If you are adding contradictory data to the namespace lookup table, you must call flushNamespaceLookupCache().
Name | Type | Description |
---|---|---|
$prefix | string | The namespace prefix |
$namespaceUri | string | The full namespace URI |
$majorVersion | integer | The major protocol version in effect. Defaults to '1'. |
$minorVersion | integer | The minor protocol version in effect. Defaults to null (use latest). |

reload(
string|null $uri
=
null, string|null $className
=
null, array $extraHeaders
=
array
)
:
mixed
Reload the current entry. Returns a new copy of the entry as returned by the server, or null if no changes exist. This does not modify the current entry instance.
Inherited from: \Zend_Gdata_App_Entry::reload()Name | Type | Description |
---|---|---|
$uri | string|null | The URI to send requests to, or null if $data contains the URI. |
$className | string|null | The name of the class that should we deserializing the server response. If null, then 'Zend_Gdata_App_Entry' will be used. |
$extraHeaders | array | Extra headers to add to the request, as an array of string-based key/value pairs. |
Type | Description |
---|---|
mixed | A new instance of the current entry with updated data, or null if the server reports that no changes have been made. |
Exception | Description |
---|---|
\Zend_Gdata_App_Exception |

save(
string|null $uri
=
null, string|null $className
=
null, array $extraHeaders
=
array
)
:
\Zend_Gdata_App_Entry
Uploads changes in this entry to the server using Zend_Gdata_App
Inherited from: \Zend_Gdata_App_Entry::save()Name | Type | Description |
---|---|---|
$uri | string|null | The URI to send requests to, or null if $data contains the URI. |
$className | string|null | The name of the class that should we deserializing the server response. If null, then 'Zend_Gdata_App_Entry' will be used. |
$extraHeaders | array | Extra headers to add to the request, as an array of string-based key/value pairs. |
Type | Description |
---|---|
\Zend_Gdata_App_Entry | The updated entry. |
Exception | Description |
---|---|
\Zend_Gdata_App_Exception |

saveXML(
)
:
string
Converts this element and all children into XML text using getDOM()
Inherited from: \Zend_Gdata_App_Base::saveXML()Type | Description |
---|---|
string | XML content |

setAuthor(
array $value
)
:
\Zend_Gdata_App_FeedEntryParent
Sets the list of the authors of this feed/entry. In an atom feed, each author is represented by an atom:author element
Inherited from: \Zend_Gdata_App_FeedEntryParent::setAuthor()Name | Type | Description |
---|---|---|
$value | array |
Type | Description |
---|---|
\Zend_Gdata_App_FeedEntryParent | Provides a fluent interface |

setCategory(
array $value
)
:
\Zend_Gdata_App_FeedEntryParent
Sets the array of categories that classify this feed/entry. Each category is represented in an atom feed by an atom:category element.
Inherited from: \Zend_Gdata_App_FeedEntryParent::setCategory()Name | Type | Description |
---|---|---|
$value | array | Array of Zend_Gdata_App_Extension_Category |
Type | Description |
---|---|
\Zend_Gdata_App_FeedEntryParent | Provides a fluent interface |

setContent(
\Zend_Gdata_App_Extension_Content $value
)
:
\Zend_Gdata_App_Entry
Sets the value of the atom:content element
Inherited from: \Zend_Gdata_App_Entry::setContent()Name | Type | Description |
---|---|---|
$value | \Zend_Gdata_App_Extension_Content |
Type | Description |
---|---|
\Zend_Gdata_App_Entry | Provides a fluent interface |

setContributor(
array $value
)
:
\Zend_Gdata_App_FeedEntryParent
Sets the array of contributors to this feed/entry. Each contributor is represented in an atom feed by an atom:contributor XML element
Inherited from: \Zend_Gdata_App_FeedEntryParent::setContributor()Name | Type | Description |
---|---|---|
$value | array |
Type | Description |
---|---|
\Zend_Gdata_App_FeedEntryParent | Provides a fluent interface |

setControl(
\Zend_Gdata_App_Extension_Control $value
)
:
\Zend_Gdata_App_Entry
Sets the value of the app:control element
Inherited from: \Zend_Gdata_App_Entry::setControl()Name | Type | Description |
---|---|---|
$value | \Zend_Gdata_App_Extension_Control |
Type | Description |
---|---|
\Zend_Gdata_App_Entry | Provides a fluent interface |

setEtag(
string|null $value
)
:
\Zend_Gdata_App_Entry
Set the Etag for the current entry to $value. Setting $value to null unsets the Etag.
Inherited from: \Zend_Gdata_App_FeedEntryParent::setEtag()Name | Type | Description |
---|---|---|
$value | string|null |
Type | Description |
---|---|
\Zend_Gdata_App_Entry | Provides a fluent interface |

setExtensionAttributes(
array $value
)
:
\Zend_Gdata_App_Base
Sets an array of all extension attributes not transformed into data model properties during parsing of the XML. Each element of the array is a hashed array of the format: array('namespaceUri' => string, 'name' => string, 'value' => string); This can be used to add arbitrary attributes to any data model element
Inherited from: \Zend_Gdata_App_Base::setExtensionAttributes()Name | Type | Description |
---|---|---|
$value | array | All extension attributes |
Type | Description |
---|---|
\Zend_Gdata_App_Base | Returns an object of the same type as 'this' to provide a fluent interface. |

setExtensionElements(
array $value
)
:
\Zend_Gdata_App_Base
Sets an array of all elements not matched to data model classes during the parsing of the XML. This method can be used to add arbitrary child XML elements to any data model class.
Inherited from: \Zend_Gdata_App_Base::setExtensionElements()Name | Type | Description |
---|---|---|
$value | array | All extension elements |
Type | Description |
---|---|
\Zend_Gdata_App_Base | Returns an object of the same type as 'this' to provide a fluent interface. |

setHttpClient(
\Zend_Http_Client $httpClient
)
:
\Zend_Gdata_App_FeedEntryParent
Set the HTTP client instance
Inherited from: \Zend_Gdata_App_FeedEntryParent::setHttpClient()Sets the HTTP client object to use for retrieving the feed.
Name | Type | Description |
---|---|---|
$httpClient | \Zend_Http_Client |
Type | Description |
---|---|
\Zend_Gdata_App_FeedEntryParent | Provides a fluent interface |

setId(
\Zend_Gdata_App_Extension_Id $value
)
:
\Zend_Gdata_App_FeedEntryParent
Name | Type | Description |
---|---|---|
$value | \Zend_Gdata_App_Extension_Id |
Type | Description |
---|---|
\Zend_Gdata_App_FeedEntryParent | Provides a fluent interface |

setLink(
array $value
)
:
\Zend_Gdata_App_FeedEntryParent
Name | Type | Description |
---|---|---|
$value | array | The array of Zend_Gdata_App_Extension_Link elements |
Type | Description |
---|---|
\Zend_Gdata_App_FeedEntryParent | Provides a fluent interface |

setMajorProtocolVersion(
\(int|\NULL) $value
)
:
void
Set the major protocol version that should be used. Values < 1 (excluding NULL) will cause a Zend_Gdata_App_InvalidArgumentException to be thrown.
Inherited from: \Zend_Gdata_App_FeedEntryParent::setMajorProtocolVersion()Name | Type | Description |
---|---|---|
$value | \(int|\NULL) | The major protocol version to use. |
Exception | Description |
---|---|
\Zend_Gdata_App_InvalidArgumentException |

setMediaSource(
\Zend_Gdata_App_MediaSource $value
)
:
\Zend_Gdata_App_MediaEntry
Set the MediaSource object (file) for this MediaEntry
Inherited from: \Zend_Gdata_App_MediaEntry::setMediaSource()Name | Type | Description |
---|---|---|
$value | \Zend_Gdata_App_MediaSource | The attached MediaSource/file |
Type | Description |
---|---|
\Zend_Gdata_App_MediaEntry | Provides a fluent interface |

setMinorProtocolVersion(
\(int|\NULL) $value
)
:
void
Set the minor protocol version that should be used. If set to NULL, no minor protocol version will be sent to the server. Values < 0 will cause a Zend_Gdata_App_InvalidArgumentException to be thrown.
Inherited from: \Zend_Gdata_App_FeedEntryParent::setMinorProtocolVersion()Name | Type | Description |
---|---|---|
$value | \(int|\NULL) | The minor protocol version to use. |
Exception | Description |
---|---|
\Zend_Gdata_App_InvalidArgumentException |

setProperty(
array $value
)
:
\Zend_Gdata_Gapps_OwnerEntry
Set the value of the property property for this object.
Name | Type | Description |
---|---|---|
$value | array | A collection of Zend_Gdata_Gapps_Extension_Property objects. |
Type | Description |
---|---|
\Zend_Gdata_Gapps_OwnerEntry | Provides a fluent interface. |

setPublished(
\Zend_Gdata_App_Extension_Published $value
)
:
\Zend_Gdata_App_Entry
Sets the value of the atom:published element This represents the publishing date for an entry
Inherited from: \Zend_Gdata_App_Entry::setPublished()Name | Type | Description |
---|---|---|
$value | \Zend_Gdata_App_Extension_Published |
Type | Description |
---|---|
\Zend_Gdata_App_Entry | Provides a fluent interface |

setRights(
\Zend_Gdata_App_Extension_Rights $value
)
:
\Zend_Gdata_App_FeedEntryParent
Name | Type | Description |
---|---|---|
$value | \Zend_Gdata_App_Extension_Rights |
Type | Description |
---|---|
\Zend_Gdata_App_FeedEntryParent | Provides a fluent interface |

setService(
\Zend_Gdata_App $instance
)
:
\Zend_Gdata_App_FeedEntryParent
Set the active service instance for this object. This will be used to perform network requests, such as when calling save() and delete().
Inherited from: \Zend_Gdata_App_FeedEntryParent::setService()Name | Type | Description |
---|---|---|
$instance | \Zend_Gdata_App | The new service instance. |
Type | Description |
---|---|
\Zend_Gdata_App_FeedEntryParent | Provides a fluent interface. |

setSource(
\Zend_Gdata_App_Extension_Source $value
)
:
\Zend_Gdata_App_Entry
Sets the value of the atom:source element
Inherited from: \Zend_Gdata_App_Entry::setSource()Name | Type | Description |
---|---|---|
$value | \Zend_Gdata_App_Extension_Source |
Type | Description |
---|---|
\Zend_Gdata_App_Entry | Provides a fluent interface |

setSummary(
\Zend_Gdata_App_Extension_Summary $value
)
:
\Zend_Gdata_App_Entry
Sets the value of the atom:summary element This represents a textual summary of this entry's content
Inherited from: \Zend_Gdata_App_Entry::setSummary()Name | Type | Description |
---|---|---|
$value | \Zend_Gdata_App_Extension_Summary |
Type | Description |
---|---|
\Zend_Gdata_App_Entry | Provides a fluent interface |

setText(
string $value
)
:
\Zend_Gdata_App_Base
Sets the child text node of this element This represents any raw text contained within the XML element
Inherited from: \Zend_Gdata_App_Base::setText()Name | Type | Description |
---|---|---|
$value | string | Child text node |
Type | Description |
---|---|
\Zend_Gdata_App_Base | Returns an object of the same type as 'this' to provide a fluent interface. |

setTitle(
\Zend_Gdata_App_Extension_Title $value
)
:
\Zend_Gdata_App_FeedEntryParent
Returns the title of this feed or entry. The title is an extremely short textual representation of this resource and is found as an atom:title element in a feed or entry
Inherited from: \Zend_Gdata_App_FeedEntryParent::setTitle()Name | Type | Description |
---|---|---|
$value | \Zend_Gdata_App_Extension_Title |
Type | Description |
---|---|
\Zend_Gdata_App_FeedEntryParent | Provides a fluent interface |

setUpdated(
\Zend_Gdata_App_Extension_Updated $value
)
:
\Zend_Gdata_App_FeedEntryParent
Name | Type | Description |
---|---|---|
$value | \Zend_Gdata_App_Extension_Updated |
Type | Description |
---|---|
\Zend_Gdata_App_FeedEntryParent | Provides a fluent interface |

takeAttributeFromDOM(
\DOMNode $attribute
)
:
void
Given a DOMNode representing an attribute, tries to map the data into instance members. If no mapping is defined, the name and value are stored in an array.
Inherited from: \Zend_Gdata_Entry::takeAttributeFromDOM()Name | Type | Description |
---|---|---|
$attribute | \DOMNode | The DOMNode attribute needed to be handled |

takeChildFromDOM(
\DOMNode $child
)
:
void
Creates individual Entry objects of the appropriate type and stores them as owners of this entry based upon DOM data.
Name | Type | Description |
---|---|---|
$child | \DOMNode | The DOMNode to process |

transferFromDOM(
\DOMNode $node
)
:
void
Transfers each child and attribute into member variables.
Inherited from: \Zend_Gdata_App_Base::transferFromDOM()This is called when XML is received over the wire and the data model needs to be built to represent this XML.
Name | Type | Description |
---|---|---|
$node | \DOMNode | The DOMNode that represents this object's data |

transferFromXML(
string $xml
)
:
void
Parses the provided XML text and generates data model classes for each know element by turning the XML text into a DOM tree and calling transferFromDOM($element). The first data model element with the same name as $this->_rootElement is used and the child elements are recursively parsed.
Inherited from: \Zend_Gdata_App_Base::transferFromXML()Name | Type | Description |
---|---|---|
$xml | string | The XML text to parse |