Property | Type | Description | |
---|---|---|---|
$_prefixesInitialized |
Method | Description | |
---|---|---|
__construct ( null $options = null ) | Override the base form constructor. | |
render ( Zend_View_Interface $view = null ) : string | Render form | |
setDisposition ( string $disposition ) |
Method | Description | |
---|---|---|
_addClassNames ( string $classNames ) | Adds a class name | |
_getClassNames ( Zend_Form_Element $element = null ) : array | Extract the class names from a Zend_Form_Element if given or from the base form | |
_initializePrefixes ( ) | ||
_removeClassNames ( string $classNames ) | Removes a class name |
public __construct ( null $options = null ) | ||
$options | null |
protected _addClassNames ( string $classNames ) | ||
$classNames | string |
protected _getClassNames ( Zend_Form_Element $element = null ) : array | ||
$element | Zend_Form_Element | |
return | array |
protected _removeClassNames ( string $classNames ) | ||
$classNames | string |