class Option implements Arrayable (View source)

Methods

__construct(string|int $value, string $label, bool $selectable = true)

No description

static Option
make(string|int $value, string $label, bool $selectable = true)

No description

array
toArray()

No description

Details

__construct(string|int $value, string $label, bool $selectable = true)

No description

Parameters

string|int $value
string $label
bool $selectable

static Option make(string|int $value, string $label, bool $selectable = true)

No description

Parameters

string|int $value
string $label
bool $selectable

Return Value

Option

array toArray()

No description

Return Value

array