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.
Zend_Feed_Entry_Abstract represents a single entry in an Atom or RSS feed.
string $_rootElement = ''
Root XML element for entries. Subclasses must define this to a non-null value.
string $_rootNamespace = 'null'
Root namespace for entries. Subclasses may define this to a non-null value.
__construct(
string $uri
=
null, SimpleXMLElement|DOMNode|string $element
=
null
)
:
void
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.