API Documentation

Feed/Writer/Extension/DublinCore/Renderer/Feed.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: Feed.php 20326 2010-01-16 00:20:43Z padraic $
Classes
Zend_Feed_Writer_Extension_DublinCore_Renderer_Feed

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_DublinCore_Renderer_Feed

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
_setAuthors

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 feed element

Details
visibility
protected
final
false
static
false

_setAuthors

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

Set feed authors

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

render

render( ) : void

Render feed

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