Class Zend_Gdata_YouTube_ContactEntry

Description

The YouTube contacts flavor of an Atom Entry with media support Represents a an individual contact

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

Located in /Gdata/YouTube/ContactEntry.php (line 44)

Zend_Gdata_App_Base
   |
   --Zend_Gdata_App_FeedEntryParent
      |
      --Zend_Gdata_App_Entry
         |
         --Zend_Gdata_App_MediaEntry
            |
            --Zend_Gdata_Entry
               |
               --Zend_Gdata_YouTube_UserProfileEntry
                  |
                  --Zend_Gdata_YouTube_ContactEntry
Variable Summary
 string $_status
Method Summary
 Zend_Gdata_YouTube_ContactEntry __construct ([DOMElement $element = null])
 DOMElement getDOM ([DOMDocument $doc = null], [ $majorVersion = 1], [ $minorVersion = null])
 void takeChildFromDOM (DOMNode $child)
Variables
string $_entryClassName = 'Zend_Gdata_YouTube_ContactEntry' (line 52)

The classname for individual feed elements.

  • access: protected

Redefinition of:
Zend_Gdata_YouTube_UserProfileEntry::$_entryClassName
string $_status = null (line 59)

Status of the user as a contact

  • access: protected

Inherited Variables

Inherited from Zend_Gdata_YouTube_UserProfileEntry

Zend_Gdata_YouTube_UserProfileEntry::$_aboutMe
Zend_Gdata_YouTube_UserProfileEntry::$_age
Zend_Gdata_YouTube_UserProfileEntry::$_books
Zend_Gdata_YouTube_UserProfileEntry::$_company
Zend_Gdata_YouTube_UserProfileEntry::$_description
Zend_Gdata_YouTube_UserProfileEntry::$_feedLink
Zend_Gdata_YouTube_UserProfileEntry::$_firstName
Zend_Gdata_YouTube_UserProfileEntry::$_gender
Zend_Gdata_YouTube_UserProfileEntry::$_hobbies
Zend_Gdata_YouTube_UserProfileEntry::$_hometown
Zend_Gdata_YouTube_UserProfileEntry::$_lastName
Zend_Gdata_YouTube_UserProfileEntry::$_location
Zend_Gdata_YouTube_UserProfileEntry::$_movies
Zend_Gdata_YouTube_UserProfileEntry::$_music
Zend_Gdata_YouTube_UserProfileEntry::$_occupation
Zend_Gdata_YouTube_UserProfileEntry::$_relationship
Zend_Gdata_YouTube_UserProfileEntry::$_school
Zend_Gdata_YouTube_UserProfileEntry::$_statistics
Zend_Gdata_YouTube_UserProfileEntry::$_thumbnail
Zend_Gdata_YouTube_UserProfileEntry::$_username

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 68)

Constructs a new Contact Entry object, to represent an individual contact for a user

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

Redefinition of:
Zend_Gdata_YouTube_UserProfileEntry::__construct()
Creates a User Profile entry, representing an individual user and their attributes.
getDOM (line 84)

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 sending to the server upon updates, or 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_YouTube_UserProfileEntry::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 sending to the server upon updates, or for application storage/persistence.
getStatus (line 131)

Returns the status

  • return: The status
  • access: public
setStatus (line 120)

Sets the status

  • return: Provides a fluent interface
  • access: public
takeChildFromDOM (line 99)

Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data.

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

Redefinition of:
Zend_Gdata_YouTube_UserProfileEntry::takeChildFromDOM()
Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data.

Inherited Methods

Inherited From Zend_Gdata_YouTube_UserProfileEntry

 Zend_Gdata_YouTube_UserProfileEntry::__construct()
 Zend_Gdata_YouTube_UserProfileEntry::getAboutMe()
 Zend_Gdata_YouTube_UserProfileEntry::getAge()
 Zend_Gdata_YouTube_UserProfileEntry::getBooks()
 Zend_Gdata_YouTube_UserProfileEntry::getCompany()
 Zend_Gdata_YouTube_UserProfileEntry::getContactsFeedUrl()
 Zend_Gdata_YouTube_UserProfileEntry::getDOM()
 Zend_Gdata_YouTube_UserProfileEntry::getFavoritesFeedUrl()
 Zend_Gdata_YouTube_UserProfileEntry::getFeedLink()
 Zend_Gdata_YouTube_UserProfileEntry::getFeedLinkHref()
 Zend_Gdata_YouTube_UserProfileEntry::getFirstName()
 Zend_Gdata_YouTube_UserProfileEntry::getGender()
 Zend_Gdata_YouTube_UserProfileEntry::getHobbies()
 Zend_Gdata_YouTube_UserProfileEntry::getHometown()
 Zend_Gdata_YouTube_UserProfileEntry::getLastName()
 Zend_Gdata_YouTube_UserProfileEntry::getLocation()
 Zend_Gdata_YouTube_UserProfileEntry::getMovies()
 Zend_Gdata_YouTube_UserProfileEntry::getMusic()
 Zend_Gdata_YouTube_UserProfileEntry::getOccupation()
 Zend_Gdata_YouTube_UserProfileEntry::getPlaylistListFeedUrl()
 Zend_Gdata_YouTube_UserProfileEntry::getRelationship()
 Zend_Gdata_YouTube_UserProfileEntry::getSchool()
 Zend_Gdata_YouTube_UserProfileEntry::getStatistics()
 Zend_Gdata_YouTube_UserProfileEntry::getSubscriptionsFeedUrl()
 Zend_Gdata_YouTube_UserProfileEntry::getThumbnail()
 Zend_Gdata_YouTube_UserProfileEntry::getUploadsFeedUrl()
 Zend_Gdata_YouTube_UserProfileEntry::getUsername()
 Zend_Gdata_YouTube_UserProfileEntry::setAboutMe()
 Zend_Gdata_YouTube_UserProfileEntry::setAge()
 Zend_Gdata_YouTube_UserProfileEntry::setBooks()
 Zend_Gdata_YouTube_UserProfileEntry::setCompany()
 Zend_Gdata_YouTube_UserProfileEntry::setFeedLink()
 Zend_Gdata_YouTube_UserProfileEntry::setFirstName()
 Zend_Gdata_YouTube_UserProfileEntry::setGender()
 Zend_Gdata_YouTube_UserProfileEntry::setHobbies()
 Zend_Gdata_YouTube_UserProfileEntry::setHometown()
 Zend_Gdata_YouTube_UserProfileEntry::setLastName()
 Zend_Gdata_YouTube_UserProfileEntry::setLocation()
 Zend_Gdata_YouTube_UserProfileEntry::setMovies()
 Zend_Gdata_YouTube_UserProfileEntry::setMusic()
 Zend_Gdata_YouTube_UserProfileEntry::setOccupation()
 Zend_Gdata_YouTube_UserProfileEntry::setRelationship()
 Zend_Gdata_YouTube_UserProfileEntry::setSchool()
 Zend_Gdata_YouTube_UserProfileEntry::setUsername()
 Zend_Gdata_YouTube_UserProfileEntry::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:13:38 -0400 by phpDocumentor 1.4.3