API Documentation

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

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Feed_Writer
version
$Id: Entry.php 20326 2010-01-16 00:20:43Z padraic $
Classes
Zend_Feed_Writer_Extension_Threading_Renderer_Entry

Description

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.

Zend_Feed_Writer_Extension_Threading_Renderer_Entry

Extends from
Zend_Feed_Writer_Extension_RendererAbstract
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Feed_Writer
Properties
$_called
Methods
render
_appendNamespaces
_setCommentLink
_setCommentFeedLinks
_setCommentCount

Description

Properties

$_called

bool $_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.

Details

$_called
bool
visibility
protected
default
false
final
false
static
false

Methods

_appendNamespaces

_appendNamespaces( ) : void

Append entry namespaces

Details
visibility
protected
final
false
static
false

_setCommentCount

_setCommentCount( DOMDocument $dom, DOMElement $root ) : void

Set entry comment count

Arguments
$dom
DOMDocument
$root
DOMElement
Details
visibility
protected
final
false
static
false

_setCommentFeedLinks

_setCommentFeedLinks( DOMDocument $dom, DOMElement $root ) : void

Set comment feed links

Arguments
$dom
DOMDocument
$root
DOMElement
Details
visibility
protected
final
false
static
false

_setCommentLink

_setCommentLink( DOMDocument $dom, DOMElement $root ) : void

Set comment link

Arguments
$dom
DOMDocument
$root
DOMElement
Details
visibility
protected
final
false
static
false

render

render( ) : void

Render entry

Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.