Solar_View_Helper_Form::_buildDecoratorBegin()
protected
void
Solar_View_Helper_Form::_buildDecoratorBegin
( array $$html
, array $type
, int $indent
, array $info = NULL
)
Builds the beginning of a decorator.
Parameters
(array)
&$html
: A reference to the array of HTML lines for output.(array)
$type
: The decorator type to use: 'list', 'elem', 'label', or 'value'.(int)
$indent
: Indent the decorator this many times.(array)
$info
: For 'label' and 'value' decorators, the label or value information array.
Returns
(void)
Description
Builds the beginning of a decorator.