Documentation

HtmlFormInput
in package

Table of Contents

Properties

$customAttributes  : mixed
$isDisabled  : mixed
$label  : mixed
$name  : mixed
$placeholder  : mixed
$required  : mixed
$type  : mixed
$value  : mixed

Methods

__construct()  : mixed

Properties

$customAttributes

public mixed $customAttributes

Methods

__construct()

public __construct(mixed $name[, mixed $type = "text" ][, mixed $label = null ][, mixed $value = null ][, mixed $placeholder = null ][, bool $required = false ][, mixed $customAttributes = null ]) : mixed
Parameters
$name : mixed
$type : mixed = "text"
$label : mixed = null
$value : mixed = null
$placeholder : mixed = null
$required : bool = false
$customAttributes : mixed = null

        
On this page

Search results