Zend Framework
1.12
|
Public Member Functions | |
getOptions () | |
Get options. | |
setLegend ($value) | |
Set legend. | |
getLegend () | |
Get legend. | |
render ($content) | |
Render a fieldset. | |
![]() | |
__construct ($options=null) | |
Constructor. | |
setOptions (array $options) | |
Set options. | |
setConfig (Zend_Config $config) | |
Set options from config object. | |
setOption ($key, $value) | |
Set option. | |
getOption ($key) | |
Get option. | |
getOptions () | |
Retrieve options. | |
removeOption ($key) | |
Remove single option. | |
clearOptions () | |
Clear all options. | |
setElement ($element) | |
Set current form element. | |
getElement () | |
Retrieve current element. | |
getPlacement () | |
Determine if decorator should append or prepend content. | |
getSeparator () | |
Retrieve separator to use between old and new content. | |
render ($content) | |
Decorate content and/or element. | |
Public Attributes | |
$stripAttribs | |
![]() | |
const | APPEND = 'APPEND' |
Placement constants. | |
const | PREPEND = 'PREPEND' |
Protected Attributes | |
$_legend | |
$_placement = null | |
![]() | |
$_placement = 'APPEND' | |
$_element | |
$_options = array() | |
$_separator = PHP_EOL | |
getLegend | ( | ) |
Get legend.
getOptions | ( | ) |
Get options.
Merges in element attributes as well.
Implements Zend_Form_Decorator_Interface.
render | ( | $content | ) |
Render a fieldset.
string | $content |
Implements Zend_Form_Decorator_Interface.
setLegend | ( | $value | ) |
|
protected |
|
protected |
$stripAttribs |