PHP Class AdamWathan\Form\Elements\TextArea

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

Protected Properties

Property Type Description
$attributes
$value

Public Methods

Method Description
cols ( $cols )
defaultValue ( $value )
placeholder ( $placeholder )
render ( )
rows ( $rows )
value ( $value )

Protected Methods

Method Description
hasValue ( )

Method Details

cols() public method

public cols ( $cols )

defaultValue() public method

public defaultValue ( $value )

hasValue() protected method

protected hasValue ( )

placeholder() public method

public placeholder ( $placeholder )

render() public method

public render ( )

rows() public method

public rows ( $rows )

value() public method

public value ( $value )

Property Details

$attributes protected property

protected $attributes

$value protected property

protected $value