ListSensitiveWord
class ListSensitiveWord extends ListBase
Traits
Macroable
Properties
$title | |||
protected Grid | $grid | from ListBase | |
protected Collection | $columns | Collection of all grid columns. |
from ListBase |
protected PamAccount | $pam | from ListBase |
Methods
mixed
actions()
No description
array
quickButtons()
定义右上角的快捷操作栏
array
batchAction()
批量操作
$this|bool|Column
addRelationColumn(string $name, string $label = '')
Add a relation column to grid.
from
ListBase
addJsonColumn(string $name, string $label = '')
Add a json type column to grid.
from
ListBase
bool|Column
handleGetMutatorColumn(string $method, string $label)
Handle get mutator column for grid.
from
ListBase
bool|Column
handleRelationColumn(string $method, string $label)
Handle relation column for grid.
from
ListBase
mixed
columns()
No description
delete($item)
删除
Details
in
ListBase at line 90
Column
__call(string $method, array $parameters)
Dynamically add columns to the grid view.
in
ListBase at line 116
Collection
getColumns()
No description
at line 31
Closure
filter()
添加搜索项
at line 43
mixed
actions()
No description
at line 68
array
quickButtons()
定义右上角的快捷操作栏
at line 57
array
batchAction()
批量操作
in
ListBase at line 150
protected $this|bool|Column
addRelationColumn(string $name, string $label = '')
Add a relation column to grid.
in
ListBase at line 176
protected Column
addJsonColumn(string $name, string $label = '')
Add a json type column to grid.
in
ListBase at line 193
protected Column
prependColumn(string $column = '', string $label = '')
Prepend column to grid.
in
ListBase at line 211
protected Column
addColumn(string $column = '', string $label = '')
Add column to grid.
in
ListBase at line 229
protected bool|Column
handleGetMutatorColumn(string $method, string $label)
Handle get mutator column for grid.
in
ListBase at line 246
protected bool|Column
handleRelationColumn(string $method, string $label)
Handle relation column for grid.
at line 24
mixed
columns()
No description
at line 83
BaseButton
delete($item)
删除