API Documentation

Markup/Renderer/Html.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_Markup
subpackage
Renderer
version
$Id: Html.php 22281 2010-05-25 14:21:43Z matthew $
Classes
Zend_Markup_Renderer_Html

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_Markup_Renderer_Html

Extends from
Zend_Markup_Renderer_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_Markup
subpackage
Renderer
Properties
$_groups
$_group
$_defaultAttributes
Methods
__construct
_defineDefaultMarkups
addDefaultFilters
_executeReplace
_executeSingleReplace
renderAttributes
checkColor
isValidUri

Description

HTML renderer

Properties

$_defaultAttributes

array $_defaultAttributes = 'array'

Default attributes

Details

$_defaultAttributes
array
visibility
protected
default
array
final
false
static
true

$_group

string $_group = 'block'

The current group

Details

$_group
string
visibility
protected
default
block
final
false
static
false

$_groups

array $_groups = 'array'

Element groups

Details

$_groups
array
visibility
protected
default
array
final
false
static
false

Methods

__construct

__construct( array|Zend_Config $options = array ) : void

Constructor

Arguments
$options
arrayZend_Config
Details
visibility
public
final
false
static
false

_defineDefaultMarkups

_defineDefaultMarkups( ) : void

Define the default markups

Details
visibility
protected
final
false
static
false

_executeReplace

_executeReplace( Zend_Markup_Token $token, array $markup ) : string

Execute a replace token

Arguments
$token
Zend_Markup_Token
$markup
array
Output
string
Details
visibility
protected
final
false
static
false

_executeSingleReplace

_executeSingleReplace( Zend_Markup_Token $token, array $markup ) : string

Execute a single replace token

Arguments
$token
Zend_Markup_Token
$markup
array
Output
string
Details
visibility
protected
final
false
static
false

addDefaultFilters

addDefaultFilters( ) : void

Add the default filters

Details
visibility
public
final
false
static
false

checkColor

checkColor( string $color ) : bool

Check if a color is a valid HTML color

Arguments
$color
string
Output
bool
Details
visibility
public
final
false
static
true

isValidUri

isValidUri( string $uri ) : bool

Check if the URI is valid

Arguments
$uri
string
Output
bool
Details
visibility
public
final
false
static
true

renderAttributes

renderAttributes( Zend_Markup_Token $token, array $attributes = array ) : string

Render some attributes

Arguments
$token
Zend_Markup_Token
$attributes
array
Output
string
Details
visibility
public
final
false
static
true
Documentation was generated by DocBlox.