API Documentation

Feed/Writer/Extension/RendererAbstract.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_Entry_Rss
Classes
Zend_Feed_Writer_Extension_RendererAbstract

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 padraic dot brady at yahoo dot com so we can send you a copy immediately.

Zend_Feed_Writer_Extension_RendererAbstract

Implements
Zend_Feed_Writer_Extension_RendererInterface
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_Entry_Rss
Properties
$_dom
$_entry
$_base
$_container
$_type
$_rootElement
$_encoding
Methods
__construct
setEncoding
getEncoding
setDomDocument
getDataContainer
setType
getType
setRootElement
getRootElement
_appendNamespaces

Description

Properties

$_base

DOMElement $_base = 'null'

Details

$_base
DOMElement
visibility
protected
default
null
final
false
static
false

$_container

mixed $_container = 'null'

Details

$_container
mixed
visibility
protected
default
null
final
false
static
false

$_dom

DOMDocument $_dom = 'null'

Details

$_dom
DOMDocument
visibility
protected
default
null
final
false
static
false

$_encoding

string $_encoding = 'UTF-8'

Encoding of all text values

Details

$_encoding
string
visibility
protected
default
UTF-8
final
false
static
false

$_entry

mixed $_entry = 'null'

Details

$_entry
mixed
visibility
protected
default
null
final
false
static
false

$_rootElement

DOMElement $_rootElement = 'null'

Details

$_rootElement
DOMElement
visibility
protected
default
null
final
false
static
false

$_type

string $_type = 'null'

Details

$_type
string
visibility
protected
default
null
final
false
static
false

Methods

__construct

__construct( mixed $container ) : void

Constructor

Arguments
$container
mixed
Details
visibility
public
final
false
static
false

_appendNamespaces

_appendNamespaces( ) : void

Append namespaces to feed

Details
visibility
protected
final
false
static
false

getDataContainer

getDataContainer( ) : mixed

Get data container being rendered

Output
mixed
Details
visibility
public
final
false
static
false

getEncoding

getEncoding( ) : void

Get feed encoding

Details
visibility
public
final
false
static
false

getRootElement

getRootElement( ) : DOMElement

Get root element

Output
DOMElement
Details
visibility
public
final
false
static
false

getType

getType( ) : string

Get feedtype

Output
string
Details
visibility
public
final
false
static
false

setDomDocument

setDomDocument( DOMDocument $dom, DOMElement $base ) : Zend_Feed_Writer_Extension_RendererAbstract

Set DOMDocument and DOMElement on which to operate

Arguments
$dom
DOMDocument
$base
DOMElement
Details
visibility
public
final
false
static
false

setEncoding

setEncoding( string $enc ) : Zend_Feed_Writer_Extension_RendererAbstract

Set feed encoding

Arguments
$enc
string
Details
visibility
public
final
false
static
false

setRootElement

setRootElement( DOMElement $root ) : Zend_Feed_Writer_Extension_RendererAbstract

Set root element of document

Arguments
$root
DOMElement
Details
visibility
public
final
false
static
false

setType

setType( string $type ) : Zend_Feed_Writer_Extension_RendererAbstract

Set feed type

Arguments
$type
string
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.