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

setId($id)

No description

$this
setTitle(string $title)

Set title for this action.

string
getTitle()

No description

setGrid(Grid $grid)

No description

string
getToken()

No description

string
getElementClass(bool $dotPrefix = true)

No description

string
render()

No description

mixed
script()

Script of batch delete action.

__construct($title)

No description

Details

in BatchAction at line 33
setId($id)

No description

Parameters

$id

in BatchAction at line 45
$this setTitle(string $title)

Set title for this action.

Parameters

string $title

Return Value

$this

in BatchAction at line 55
string getTitle()

No description

Return Value

string

in BatchAction at line 63
setGrid(Grid $grid)

No description

Parameters

Grid $grid

in BatchAction at line 73
string getToken()

No description

Return Value

string

in BatchAction at line 83
string getElementClass(bool $dotPrefix = true)

No description

Parameters

bool $dotPrefix

Return Value

string

in BatchAction at line 96
string render()

No description

Return Value

string

at line 16
mixed script()

Script of batch delete action.

Return Value

mixed

at line 8
__construct($title)

No description

Parameters

$title