__construct()
getDataContainer()
getDomDocument()
getElement()
getEncoding()
getExceptions()
getRootElement()
getType()
ignoreExceptions()
saveXml()
setEncoding()
setRootElement()
setType()
_loadExtensions()
$container
$dom
$encoding
$exceptions
$extensions
$ignoreExceptions
$rootElement
$type
__construct(\Zend\Feed\Writer\AbstractFeed $container)
\Zend\Feed\Writer\AbstractFeed
getDataContainer() : \Zend\Feed\Writer\AbstractFeed
getEncoding() : string
string
getExceptions() : array
array
getRootElement() : \DOMElement
getType() : string
string
Value will be "rss" or "atom"ignoreExceptions(bool $bool) : \Zend\Feed\Writer\Renderer\AbstractRenderer
saveXml() : string
string
setRootElement(\DOMElement $root)
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 ;).
\DOMElement
setType(string $type)
This allows other objects to gracefully choose whether to execute or not, depending on their appropriateness for the current type, e.g. renderers.
string
_loadExtensions() : void
$encoding : string
$exceptions : array
$extensions : array
$ignoreExceptions : bool
$type : string