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.

__construct(
mixed $container
)
:
void
Constructor
Inherited from: \Zend_Feed_Writer_Extension_RendererAbstract::__construct()Name | Type | Description |
---|---|---|
$container | mixed |

_setAuthors(
\DOMDocument $dom, \DOMElement $root
)
:
void
Set entry authors
Name | Type | Description |
---|---|---|
$dom | \DOMDocument | |
$root | \DOMElement |

_setBlock(
\DOMDocument $dom, \DOMElement $root
)
:
void
Set itunes block
Name | Type | Description |
---|---|---|
$dom | \DOMDocument | |
$root | \DOMElement |

_setDuration(
\DOMDocument $dom, \DOMElement $root
)
:
void
Set entry duration
Name | Type | Description |
---|---|---|
$dom | \DOMDocument | |
$root | \DOMElement |

_setExplicit(
\DOMDocument $dom, \DOMElement $root
)
:
void
Set explicit flag
Name | Type | Description |
---|---|---|
$dom | \DOMDocument | |
$root | \DOMElement |

_setKeywords(
\DOMDocument $dom, \DOMElement $root
)
:
void
Set entry keywords
Name | Type | Description |
---|---|---|
$dom | \DOMDocument | |
$root | \DOMElement |

_setSubtitle(
\DOMDocument $dom, \DOMElement $root
)
:
void
Set entry subtitle
Name | Type | Description |
---|---|---|
$dom | \DOMDocument | |
$root | \DOMElement |

_setSummary(
\DOMDocument $dom, \DOMElement $root
)
:
void
Set entry summary
Name | Type | Description |
---|---|---|
$dom | \DOMDocument | |
$root | \DOMElement |

getDataContainer(
)
:
mixed
Get data container being rendered
Inherited from: \Zend_Feed_Writer_Extension_RendererAbstract::getDataContainer()Type | Description |
---|---|
mixed |

getEncoding(
)
:
void
Get feed encoding
Inherited from: \Zend_Feed_Writer_Extension_RendererAbstract::getEncoding()
getRootElement(
)
:
\DOMElement
Get root element
Inherited from: \Zend_Feed_Writer_Extension_RendererAbstract::getRootElement()Type | Description |
---|---|
\DOMElement |

getType(
)
:
string
Get feedtype
Inherited from: \Zend_Feed_Writer_Extension_RendererAbstract::getType()Type | Description |
---|---|
string |

setDomDocument(
\DOMDocument $dom, \DOMElement $base
)
:
\Zend_Feed_Writer_Extension_RendererAbstract
Set DOMDocument and DOMElement on which to operate
Inherited from: \Zend_Feed_Writer_Extension_RendererAbstract::setDomDocument()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
Inherited from: \Zend_Feed_Writer_Extension_RendererAbstract::setEncoding()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
Inherited from: \Zend_Feed_Writer_Extension_RendererAbstract::setRootElement()Name | Type | Description |
---|---|---|
$root | \DOMElement |
Type | Description |
---|---|
\Zend_Feed_Writer_Extension_RendererAbstract |

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