trait Unpackable (View source)

Traits

Properties

protected int $columns from  HasColumns
protected bool $unpack

Methods

columns(int $columns = 1)

The amount of column to show the option in (when using unpack).

unpack(bool $unpack = true)

Shows the option in a grid.

Details

HasColumns columns(int $columns = 1)

The amount of column to show the option in (when using unpack).

Parameters

int $columns

Return Value

HasColumns

Unpackable unpack(bool $unpack = true)

Shows the option in a grid.

Parameters

bool $unpack

Return Value

Unpackable