Abstract Class Zend_Feed_EntryAbstract

Description

Zend_Feed_EntryAbstract represents a single entry in an Atom or RSS feed.

Located in /Zend/Feed/EntryAbstract.php (line 40)

Zend_Feed_Element
   |
   --Zend_Feed_EntryAbstract
Direct descendents
Class Description
 class Zend_Feed_EntryAtom Zend_Feed_EntryAtom is the concrete entry subclass that users will deal with whenever working with Atom data.
 class Zend_Feed_EntryRss Zend_Feed_EntryRss is the concrete subclass of Zend_Feed_EntryAbstract for dealing with RSS data. It provides no additional methods; it is here for type checking and to handle RSS-specific tag names.
Variable Summary
 string $_rootElement
 mixed $_uri
Method Summary
 Zend_Feed_EntryAbstract __construct ([mixed $uri = null], [mixed $element = null])
Variables
string $_rootElement (line 52)

Root XML element for entries. Subclasses must define this to a non-null value.

  • access: protected

Redefined in descendants as:
mixed $_rootNamespace = null (line 58)

Root namespace for entries. Subclasses may define this to a non-null value.

  • access: protected

Redefined in descendants as:
mixed $_uri (line 44)
  • access: protected

Inherited Variables

Inherited from Zend_Feed_Element

Zend_Feed_Element::$_appended
Zend_Feed_Element::$_element
Zend_Feed_Element::$_parentElement
Methods
Constructor __construct (line 67)

The Zend_Feed_EntryAbstract constructor takes the URI of the feed the entry is part of, and optionally an XML construct (usually a SimpleXMLElement, but it can be an XML string or a DOMNode as well) that contains the contents of the entry.

  • access: public
Zend_Feed_EntryAbstract __construct ([mixed $uri = null], [mixed $element = null])

Redefinition of:
Zend_Feed_Element::__construct()
Zend_Feed_Element constructor.

Inherited Methods

Inherited From Zend_Feed_Element

 Zend_Feed_Element::__construct()
 Zend_Feed_Element::ensureAppended()
 Zend_Feed_Element::getDOM()
 Zend_Feed_Element::offsetExists()
 Zend_Feed_Element::offsetGet()
 Zend_Feed_Element::offsetSet()
 Zend_Feed_Element::offsetUnset()
 Zend_Feed_Element::saveXML()
 Zend_Feed_Element::saveXMLFragment()
 Zend_Feed_Element::setDOM()
 Zend_Feed_Element::setParent()
 Zend_Feed_Element::_children()
 Zend_Feed_Element::__call()
 Zend_Feed_Element::__get()
 Zend_Feed_Element::__isset()
 Zend_Feed_Element::__set()
 Zend_Feed_Element::__toString()
 Zend_Feed_Element::__unset()

Documentation generated on Tue, 18 Apr 2006 11:54:48 -0700 by phpDocumentor 1.3.0RC3