PHP Class Pop\Form\Element\Textarea

Author: Nick Sagona, III ([email protected])
Inheritance: extends Pop\Form\Element\AbstractElement
Show file Open project: nicksagona/PopPHP Class Usage Examples

Public Methods

Method Description
__construct ( string $name, string $value = null, string | array $marked = null, string $indent = null ) : Textarea Constructor

Method Details

__construct() public method

Instantiate the textarea form element object.
public __construct ( string $name, string $value = null, string | array $marked = null, string $indent = null ) : Textarea
$name string
$value string
$marked string | array
$indent string
return Textarea