API Documentation

Feed/Writer/Extension/Threading/Renderer/Entry.php

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.

category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Feed_Writer  
version
$Id: Entry.php 23775 2011-03-01 17:25:24Z ralph $  

\Zend_Feed_Writer_Extension_Threading_Renderer_Entry

Extends from
\Zend_Feed_Writer_Extension_RendererAbstract
category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Feed_Writer  

Properties

Propertyprotectedbool  $_called= 'false'

Set to TRUE if a rendering method actually renders something. This is used to prevent premature appending of a XML namespace declaration until an element which requires it is actually appended.

Default valuefalseDetails
Type
bool

Methods

methodpublic__construct( mixed $container ) : void
Parameters
Name Type Description
$container mixed
methodprotected_appendNamespaces( ) : void

Append entry namespaces

methodprotected_setCommentCount( \DOMDocument $dom, \DOMElement $root ) : void

Set entry comment count

Parameters
Name Type Description
$dom \DOMDocument
$root \DOMElement
methodprotected_setCommentFeedLinks( \DOMDocument $dom, \DOMElement $root ) : void

Set comment feed links

Parameters
Name Type Description
$dom \DOMDocument
$root \DOMElement
methodprotected_setCommentLink( \DOMDocument $dom, \DOMElement $root ) : void

Set comment link

Parameters
Name Type Description
$dom \DOMDocument
$root \DOMElement
methodpublicgetDataContainer( ) : mixed

Get data container being rendered

Inherited from: \Zend_Feed_Writer_Extension_RendererAbstract::getDataContainer()
Returns
Type Description
mixed
methodpublicgetEncoding( ) : void
methodpublicgetRootElement( ) : \DOMElement
Returns
Type Description
\DOMElement
methodpublicgetType( ) : string
Returns
Type Description
string
methodpublicrender( ) : void

Render entry

methodpublicsetDomDocument( \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()
Parameters
Name Type Description
$dom \DOMDocument
$base \DOMElement
Returns
Type Description
\Zend_Feed_Writer_Extension_RendererAbstract
methodpublicsetEncoding( string $enc ) : \Zend_Feed_Writer_Extension_RendererAbstract
Parameters
Name Type Description
$enc string
Returns
Type Description
\Zend_Feed_Writer_Extension_RendererAbstract
methodpublicsetRootElement( \DOMElement $root ) : \Zend_Feed_Writer_Extension_RendererAbstract

Set root element of document

Inherited from: \Zend_Feed_Writer_Extension_RendererAbstract::setRootElement()
Parameters
Name Type Description
$root \DOMElement
Returns
Type Description
\Zend_Feed_Writer_Extension_RendererAbstract
methodpublicsetType( string $type ) : \Zend_Feed_Writer_Extension_RendererAbstract
Parameters
Name Type Description
$type string
Returns
Type Description
\Zend_Feed_Writer_Extension_RendererAbstract
Documentation was generated by DocBlox 0.13.3.