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 padraic dot brady at yahoo dot com so we can send you a copy immediately.

setDomDocument(
\DOMDocument $dom, \DOMElement $base
)
:
\Zend_Feed_Writer_Extension_RendererAbstract
Set DOMDocument and DOMElement on which to operate
Name | Type | Description |
---|---|---|
$dom | \DOMDocument | |
$base | \DOMElement |
Type | Description |
---|---|
\Zend_Feed_Writer_Extension_RendererAbstract |

setEncoding(
string $enc
)
:
\Zend_Feed_Writer_Extension_RendererAbstract
Set feed encoding
Name | Type | Description |
---|---|---|
$enc | string |
Type | Description |
---|---|
\Zend_Feed_Writer_Extension_RendererAbstract |

setRootElement(
\DOMElement $root
)
:
\Zend_Feed_Writer_Extension_RendererAbstract
Set root element of document
Name | Type | Description |
---|---|---|
$root | \DOMElement |
Type | Description |
---|---|
\Zend_Feed_Writer_Extension_RendererAbstract |

setType(
string $type
)
:
\Zend_Feed_Writer_Extension_RendererAbstract
Set feed type
Name | Type | Description |
---|---|---|
$type | string |
Type | Description |
---|---|
\Zend_Feed_Writer_Extension_RendererAbstract |