BatchAction
abstract class BatchAction implements Renderable
Properties
protected int | $id | ||
protected string | $title | ||
protected string | $resource | ||
protected Grid | $grid |
Methods
setId($id)
No description
$this
setTitle(string $title)
Set title for this action.
string
getTitle()
No description
string
getToken()
No description
string
getElementClass(bool $dotPrefix = true)
No description
string
render()
No description
mixed
script()
No description
Details
at line 33
setId($id)
No description
at line 45
$this
setTitle(string $title)
Set title for this action.
at line 55
string
getTitle()
No description
at line 63
setGrid(Grid $grid)
No description
at line 73
string
getToken()
No description
at line 83
string
getElementClass(bool $dotPrefix = true)
No description
at line 96
string
render()
No description
at line 104
abstract mixed
script()
No description