AbstractDisplayer
abstract class AbstractDisplayer
Properties
Model | $row | ||
protected Grid | $grid | ||
protected Column | $column | ||
protected mixed | $value |
Methods
__construct(mixed $value, Grid $grid, Column $column, stdClass $row)
Create a new displayer instance.
mixed
getValue()
No description
mixed
getKey()
Get key of current row.
string
getResource()
Get url path of current resource.
mixed
display()
Display method.
Details
at line 42
__construct(mixed $value, Grid $grid, Column $column, stdClass $row)
Create a new displayer instance.
at line 53
mixed
getValue()
No description
at line 61
Grid
getGrid()
No description
at line 69
Column
getColumn()
No description
at line 80
mixed
getKey()
Get key of current row.
at line 90
string
getResource()
Get url path of current resource.
at line 100
abstract mixed
display()
Display method.