API Documentation

Feed/Writer/Extension/Content/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_Content_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_Content_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
_setContent

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 namespaces to root element

Details
visibility
protected
final
false
static
false

_setContent

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

Set entry content

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.