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

getGrid()

No description

getColumn()

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.

Parameters

mixed $value
Grid $grid
Column $column
stdClass $row

at line 53
mixed getValue()

No description

Return Value

mixed

at line 61
Grid getGrid()

No description

Return Value

Grid

at line 69
Column getColumn()

No description

Return Value

Column

at line 80
mixed getKey()

Get key of current row.

Return Value

mixed

at line 90
string getResource()

Get url path of current resource.

Return Value

string

at line 100
abstract mixed display()

Display method.

Return Value

mixed