PHP Class AdamWathan\Form\Elements\TextArea

Inheritance: extends FormControl
Afficher le fichier Open project: adamwathan/form Class Usage Examples

Protected Properties

Свойство Type Description
$attributes
$value

Méthodes publiques

Méthode Description
cols ( $cols )
defaultValue ( $value )
placeholder ( $placeholder )
render ( )
rows ( $rows )
value ( $value )

Méthodes protégées

Méthode Description
hasValue ( )

Method Details

cols() public méthode

public cols ( $cols )

defaultValue() public méthode

public defaultValue ( $value )

hasValue() protected méthode

protected hasValue ( )

placeholder() public méthode

public placeholder ( $placeholder )

render() public méthode

public render ( )

rows() public méthode

public rows ( $rows )

value() public méthode

public value ( $value )

Property Details

$attributes protected_oe property

protected $attributes

$value protected_oe property

protected $value