$id
$id : string
Specifies a unique id for an element.
An abstract HTML input element.
__construct(string|null $name, string|null $id = null, string|null $class = null, string|null $title = null)
AbstractInputElement constructor.
string|null | $name | name of the input field |
string|null | $id | id attribute |
string|null | $class | class attribute |
string|null | $title | title attribute |