AbstractTool
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.
string
__toString()
No description
Details
at line 29
AbstractTool
disable(bool $disable = true)
Toggle this button.
at line 39
bool
allowed()
If the tool is allowed.
at line 47
Grid
getGrid()
No description
at line 59
AbstractTool
setGrid(Grid $grid)
Set parent grid.
at line 68
string
__toString()
No description