PHP Class Horde_View_Helper_Form_InstanceTag_Form, horde

Author: Mike Naberezny ([email protected])
Author: Derek DeVries ([email protected])
Author: Chuck Hagenbuch ([email protected])
Inheritance: extends Horde_View_Helper_Form_InstanceTag_Base
Exibir arquivo Open project: horde/horde

Public Methods

Method Description
toCheckBoxTag ( $options = [], $checkedValue = '1', $uncheckedValue = '0' )
toInputFieldTag ( $fieldType, $options = [] )
toLabelTag ( $text, $options = [] )
toRadioButtonTag ( $tagValue, $options = [] )
toTextAreaTag ( $options = [] )

Protected Methods

Method Description
isCheckBoxChecked ( $value, $checkedValue )
isRadioButtonChecked ( $value, $checkedValue )

Method Details

isCheckBoxChecked() protected method

protected isCheckBoxChecked ( $value, $checkedValue )

isRadioButtonChecked() protected method

protected isRadioButtonChecked ( $value, $checkedValue )

toCheckBoxTag() public method

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

toInputFieldTag() public method

public toInputFieldTag ( $fieldType, $options = [] )

toLabelTag() public method

public toLabelTag ( $text, $options = [] )

toRadioButtonTag() public method

public toRadioButtonTag ( $tagValue, $options = [] )

toTextAreaTag() public method

public toTextAreaTag ( $options = [] )