PHP Class Horde_View_Helper_Form_Builder, horde

Author: Mike Naberezny ([email protected])
Author: Derek DeVries ([email protected])
Author: Chuck Hagenbuch ([email protected])
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
__call ( $method, $args )
__construct ( $objectName, $object, $view, $options )
checkBox ( $method, $options = [], $checkedValue = '1', $uncheckedValue = '0' )
end ( )
fieldsFor ( $name )
radioButton ( $method, $tagValue, $options = [] )
submit ( $value = 'Save changes', $options = [] )

Method Details

__call() public méthode

public __call ( $method, $args )

__construct() public méthode

public __construct ( $objectName, $object, $view, $options )

checkBox() public méthode

public checkBox ( $method, $options = [], $checkedValue = '1', $uncheckedValue = '0' )

end() public méthode

public end ( )

fieldsFor() public méthode

public fieldsFor ( $name )

radioButton() public méthode

public radioButton ( $method, $tagValue, $options = [] )

submit() public méthode

public submit ( $value = 'Save changes', $options = [] )