Abstract Class Zend_Feed_Entry_Abstract

Description

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

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

Located in /Feed/Entry/Abstract.php (line 44)

Zend_Feed_Element
   |
   --Zend_Feed_Entry_Abstract
Direct descendents
Class Description
 class Zend_Feed_Entry_Rss Concrete class for working with RSS items.
 class Zend_Feed_Entry_Atom Concrete class for working with Atom entries.
Variable Summary
Method Summary
 void __construct ([string $uri = null], [SimpleXMLElement|DOMNode|string $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:
string $_rootNamespace = null (line 60)

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

  • access: protected

Redefined in descendants as:

Inherited Variables

Inherited from Zend_Feed_Element

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

Zend_Feed_Entry_Abstract constructor

The Zend_Feed_Entry_Abstract 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.

  • throws: Zend_Feed_Exception
  • access: public
void __construct ([string $uri = null], [SimpleXMLElement|DOMNode|string $element = null])
  • string $uri
  • SimpleXMLElement|DOMNode|string $element

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::getEncoding()
 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::setEncoding()
 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 Mon, 21 Jun 2010 15:05:29 -0400 by phpDocumentor 1.4.3