abstract class AbstractTool implements Renderable

Properties

protected Grid $grid
protected bool $disabled

Methods

disable(bool $disable = true)

Toggle this button.

bool
allowed()

If the tool is allowed.

getGrid()

No description

setGrid(Grid $grid)

Set parent grid.

string
__toString()

No description

Details

at line 29
AbstractTool disable(bool $disable = true)

Toggle this button.

Parameters

bool $disable

Return Value

AbstractTool

at line 39
bool allowed()

If the tool is allowed.

Return Value

bool

at line 47
Grid getGrid()

No description

Return Value

Grid

at line 59
AbstractTool setGrid(Grid $grid)

Set parent grid.

Parameters

Grid $grid

Return Value

AbstractTool

at line 68
string __toString()

No description

Return Value

string