PHP Class Twitter_Bootstrap_Form, zend-form-decorators-bootstrap

Author: Christian Soronellas ([email protected])
Inheritance: extends Zend_Form
Afficher le fichier Open project: emagister/zend-form-decorators-bootstrap Class Usage Examples

Protected Properties

Свойство Type Description
$_prefixesInitialized

Méthodes publiques

Méthode Description
__construct ( null $options = null ) Override the base form constructor.
render ( Zend_View_Interface $view = null ) : string Render form
setDisposition ( string $disposition )

Méthodes protégées

Méthode 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

Method Details

__construct() public méthode

Override the base form constructor.
public __construct ( null $options = null )
$options null

_addClassNames() protected méthode

Adds a class name
protected _addClassNames ( string $classNames )
$classNames string

_getClassNames() protected méthode

Extract the class names from a Zend_Form_Element if given or from the base form
protected _getClassNames ( Zend_Form_Element $element = null ) : array
$element Zend_Form_Element
Résultat array

_initializePrefixes() protected méthode

protected _initializePrefixes ( )

_removeClassNames() protected méthode

Removes a class name
protected _removeClassNames ( string $classNames )
$classNames string

render() public méthode

Render form
public render ( Zend_View_Interface $view = null ) : string
$view Zend_View_Interface
Résultat string

setDisposition() public méthode

public setDisposition ( string $disposition )
$disposition string

Property Details

$_prefixesInitialized protected_oe property

protected $_prefixesInitialized