Display a form in a table decorator.
| package | Gems |
|---|---|
| subpackage | Form |
| copyright | Copyright (c) 2011 Erasmus MC |
| license | New BSD License |
| since | Class available since version 1.0 |
__construct(array|\Zend_Config $options = null) : void
Accept options during initialization.
array\Zend_Config
getCellDecorators()
getElement() : mixed
mixedgetOption(string $key) : mixed
string
mixedgetOptions() : array
arrayloadDefaultCellDecorators()
removeOption(string $key) : boolean
string
booleanrender(string $content) : string
stringContent to decorate
stringsetConfig(\Zend_Config $config) : \Zend_Form_Decorator_Interface
\Zend_Config
\Zend_Form_Decorator_InterfacesetElement(mixed $element) : \Zend_Form_Decorator_Interface
While the name is "setElement", a form decorator could decorate either an element or a form object.
mixed
\Zend_Form_Decorator_InterfacesetOption(string $key, mixed $value) : \Zend_Form_Decorator_Interface
string
mixed
\Zend_Form_Decorator_InterfacesetOptions(array $options) : \Zend_Form_Decorator_Interface
array
\Zend_Form_Decorator_InterfaceapplyDecorators(\Zend_Form_Element $element, array $decorators)
$_cellDecorators
$_subform