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.
mixed $_container = 'null'
DetailsDOMDocument $_dom = 'null'
Detailsstring $_encoding = 'UTF-8'Encoding of all text values
Detailsarray $_exceptions = 'array'
Detailsarray $_extensions = 'array'Extensions
Detailsbool $_ignoreExceptions = 'false'
DetailsDOMElement $_rootElement = 'null'
Detailsstring $_type = 'null'Holds the value "atom" or "rss" depending on the feed type set when when last exported.
Details__construct(
mixed $container
)
:
voidConstructor
Details_loadExtensions(
)
:
voidLoad extensions from Zend_Feed_Writer
DetailsgetDataContainer(
)
:
mixedGet data container of items being rendered
DetailsgetDomDocument(
)
:
DOMDocumentGet DOM document
DetailsgetElement(
)
:
DOMElementGet document element from DOM
DetailsgetEncoding(
)
:
stringGet feed encoding
DetailsgetExceptions(
)
:
arrayGet exception list
DetailsgetRootElement(
)
:
DOMElementRetrieve the absolute root element for the XML feed being generated.
DetailsgetType(
)
:
stringRetrieve the current or last feed type exported.
DetailsignoreExceptions(
bool $bool
=
true
)
:
Zend_Feed_Writer_Renderer_RendererAbstractIndicate whether or not to ignore exceptions
DetailssaveXml(
)
:
stringSave XML to string
DetailssetEncoding(
string $enc
)
:
Zend_Feed_Writer_Renderer_RendererAbstractSet feed encoding
DetailssetRootElement(
DOMElement $root
)
:
Sets the absolute root element for the XML feed being generated. This helps simplify the appending of namespace declarations, but also ensures namespaces are added to the root element - not scattered across the entire XML file - may assist namespace unsafe parsers and looks pretty ;).
DetailssetType(
string $type
)
:
Set the current feed type being exported to "rss" or "atom". This allows other objects to gracefully choose whether to execute or not, depending on their appropriateness for the current type, e.g. renderers.
Details