BatchDelete
class BatchDelete extends BatchAction
Properties
protected int | $id | from BatchAction | |
protected string | $title | from BatchAction | |
protected string | $resource | from BatchAction | |
protected Grid | $grid | from BatchAction |
Methods
mixed
script()
Script of batch delete action.
__construct($title)
No description
Details
in
BatchAction at line 33
setId($id)
No description
in
BatchAction at line 45
$this
setTitle(string $title)
Set title for this action.
in
BatchAction at line 55
string
getTitle()
No description
in
BatchAction at line 63
setGrid(Grid $grid)
No description
in
BatchAction at line 73
string
getToken()
No description
in
BatchAction at line 83
string
getElementClass(bool $dotPrefix = true)
No description
in
BatchAction at line 96
string
render()
No description
at line 16
mixed
script()
Script of batch delete action.
at line 8
__construct($title)
No description