trait Spinner

Properties

string $trigger_spinner

Actions that trigger the loading spinner.

bool $loading_table_spinner
string|null $loading_table_spinner_custom_view

Methods

void
useTableSpinner(bool $bool)

Enable or disable the table loading spinner.

void
setTableSpinnerView(string $view)

Set a custom view for the loading spinner.

void
addTargetsToSpinner(array $targets)

Add more triggers (methods/properties) to the spinner.

Details

at line 29
void useTableSpinner(bool $bool)

Enable or disable the table loading spinner.

Parameters

bool $bool

Return Value

void

at line 40
void setTableSpinnerView(string $view)

Set a custom view for the loading spinner.

Parameters

string $view

Return Value

void

at line 51
void addTargetsToSpinner(array $targets)

Add more triggers (methods/properties) to the spinner.

Parameters

array $targets

Return Value

void