Zend Framework  1.12
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Zend_Feed_Writer_Extension_Slash_Renderer_Entry Class Reference

Public Member Functions

 render ()
 Render entry.
 
- Public Member Functions inherited from Zend_Feed_Writer_Extension_RendererAbstract
 __construct ($container)
 Constructor.
 
 setEncoding ($enc)
 Set feed encoding.
 
 getEncoding ()
 Get feed encoding.
 
 setDomDocument (DOMDocument $dom, DOMElement $base)
 Set DOMDocument and DOMElement on which to operate.
 
 getDataContainer ()
 Get data container being rendered.
 
 setType ($type)
 Set feed type.
 
 getType ()
 Get feedtype.
 
 setRootElement (DOMElement $root)
 Set root element of document.
 
 getRootElement ()
 Get root element.
 

Protected Member Functions

 _appendNamespaces ()
 Append entry namespaces.
 
 _setCommentCount (DOMDocument $dom, DOMElement $root)
 Set entry comment count.
 
- Protected Member Functions inherited from Zend_Feed_Writer_Extension_RendererAbstract
 _appendNamespaces ()
 Append namespaces to feed.
 

Protected Attributes

 $_called = false
 
- Protected Attributes inherited from Zend_Feed_Writer_Extension_RendererAbstract
 $_dom = null
 
 $_entry = null
 
 $_base = null
 
 $_container = null
 
 $_type = null
 
 $_rootElement = null
 
 $_encoding = 'UTF-8'
 

Member Function Documentation

_appendNamespaces ( )
protected

Append entry namespaces.

Returns
void
_setCommentCount ( DOMDocument  $dom,
DOMElement  $root 
)
protected

Set entry comment count.

Parameters
DOMDocument$dom
DOMElement$root
Returns
void
render ( )

Render entry.

Returns
void

Implements Zend_Feed_Writer_Extension_RendererInterface.

Member Data Documentation

$_called = false
protected