PHP Class Horde_View_Helper_Form_Builder, horde

Author: Mike Naberezny ([email protected])
Author: Derek DeVries ([email protected])
Author: Chuck Hagenbuch ([email protected])
Mostra file Open project: horde/horde

Public Methods

Method 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 method

public __call ( $method, $args )

__construct() public method

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

checkBox() public method

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

end() public method

public end ( )

fieldsFor() public method

public fieldsFor ( $name )

radioButton() public method

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

submit() public method

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