trait HasSelect (View source)

Traits

Properties

protected string|null $id from  HasId
protected string[] $options
protected string|null $placeholder

Methods

id(string $id)

No description

from  HasId
string
getId()

No description

from  HasId
options(Arrayable|string|Closure $options)

No description

placeholder(string $placeholder)

No description

array
getOptions()

No description

string|null
getPlaceholder()

No description

Details

HasId id(string $id)

No description

Parameters

string $id

Return Value

HasId

string getId()

No description

Return Value

string

HasSelect options(Arrayable|string|Closure $options)

No description

Parameters

Arrayable|string|Closure $options

Return Value

HasSelect

HasSelect placeholder(string $placeholder)

No description

Parameters

string $placeholder

Return Value

HasSelect

array getOptions()

No description

Return Value

array

string|null getPlaceholder()

No description

Return Value

string|null