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.
HTML renderer

array
$_defaultAttributes= 'array(
'id' => '''
Default attributes
array(
'id' => ''
Details
__construct(
array|\Zend_Config $options
=
array()
)
:
void
Constructor
Name | Type | Description |
---|---|---|
$options | array|\Zend_Config |

_executeReplace(
\Zend_Markup_Token $token, array $markup
)
:
string
Execute a replace token
Name | Type | Description |
---|---|---|
$token | \Zend_Markup_Token | |
$markup | array |
Type | Description |
---|---|
string |

_executeSingleReplace(
\Zend_Markup_Token $token, array $markup
)
:
string
Execute a single replace token
Name | Type | Description |
---|---|---|
$token | \Zend_Markup_Token | |
$markup | array |
Type | Description |
---|---|
string |

checkColor(
string $color
)
:
bool
Check if a color is a valid HTML color
Name | Type | Description |
---|---|---|
$color | string |
Type | Description |
---|---|
bool |

isValidUri(
string $uri
)
:
bool
Check if the URI is valid
Name | Type | Description |
---|---|---|
$uri | string |
Type | Description |
---|---|
bool |

renderAttributes(
\Zend_Markup_Token $token, array $attributes
=
array()
)
:
string
Render some attributes
Name | Type | Description |
---|---|---|
$token | \Zend_Markup_Token | |
$attributes | array |
Type | Description |
---|---|
string |