interface IAutocompleteInput

Interface IAutocompleteInput.

Inputs which have toggleable autocomplete.

Methods

bool|null
getAutocomplete($bool)

Gets the state of autocomplete: true=on,false=off,null=omit attribute

setAutocomplete(bool|null $bool)

Turns autocomplete on or off.

Details

at line 21
bool|null getAutocomplete($bool)

Gets the state of autocomplete: true=on,false=off,null=omit attribute

Parameters

$bool

Return Value

bool|null

at line 28
IAutocompleteInput setAutocomplete(bool|null $bool)

Turns autocomplete on or off.

Parameters

bool|null $bool null to omit attribute (default)

Return Value

IAutocompleteInput