Gdata/Entry.php
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.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Gdata
- Subpackage
- Gdata
- Version
- $Id$
\Zend_Gdata_Entry
Package: Zend_Gdata\Gdata
Represents the Gdata flavor of an Atom entry
- Parent(s)
- \Zend_Gdata_App_MediaEntry < \Zend_Gdata_App_Entry < \Zend_Gdata_App_FeedEntryParent < \Zend_Gdata_App_Base
- Children
- \Zend_Gdata_Calendar_ListEntry
- \Zend_Gdata_Books_CollectionEntry
- \Zend_Gdata_Books_VolumeEntry
- \Zend_Gdata_Gbase_Entry
- \Zend_Gdata_Health_ProfileEntry
- \Zend_Gdata_Health_ProfileListEntry
- \Zend_Gdata_YouTube_ActivityEntry
- \Zend_Gdata_YouTube_UserProfileEntry
- \Zend_Gdata_YouTube_CommentEntry
- \Zend_Gdata_YouTube_PlaylistListEntry
- \Zend_Gdata_YouTube_SubscriptionEntry
- \Zend_Gdata_Spreadsheets_ListEntry
- \Zend_Gdata_Spreadsheets_SpreadsheetEntry
- \Zend_Gdata_Spreadsheets_WorksheetEntry
- \Zend_Gdata_Spreadsheets_CellEntry
- \Zend_Gdata_Kind_EventEntry
- \Zend_Gdata_Docs_DocumentListEntry
- \Zend_Gdata_Geo_Entry
- \Zend_Gdata_Analytics_AccountEntry
- \Zend_Gdata_Analytics_DataEntry
- \Zend_Gdata_Media_Entry
- \Zend_Gdata_Gapps_UserEntry
- \Zend_Gdata_Gapps_EmailListEntry
- \Zend_Gdata_Gapps_NicknameEntry
- \Zend_Gdata_Gapps_EmailListRecipientEntry
- \Zend_Gdata_Gapps_OwnerEntry
- \Zend_Gdata_Gapps_GroupEntry
- \Zend_Gdata_Gapps_MemberEntry
- \Zend_Gdata_Exif_Entry
- \Zend_Gdata_Photos_UserEntry
- \Zend_Gdata_Photos_TagEntry
- \Zend_Gdata_Photos_AlbumEntry
- \Zend_Gdata_Photos_CommentEntry
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods
getDOM( $doc = null, $majorVersion = 1, $minorVersion = null) : void
Parameters
Name | Type | Description |
---|---|---|
$doc | ||
$majorVersion | ||
$minorVersion |
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.
Parameters
Name | Type | Description |
---|---|---|
$attribute | \DOMNode | The DOMNode attribute needed to be handled |