PHP Class AdamWathan\Form\Elements\Button

Inheritance: extends FormControl
Show file Open project: adamwathan/form Class Usage Examples

Protected Properties

Property Type Description
$attributes
$value

Public Methods

Method Description
__construct ( $value, $name = null )
render ( )
value ( $value )

Method Details

__construct() public method

public __construct ( $value, $name = null )

render() public method

public render ( )

value() public method

public value ( $value )

Property Details

$attributes protected property

protected $attributes

$value protected property

protected $value