class Copyable extends AbstractDisplayer

Class Copyable.

Properties

Model $row from  AbstractDisplayer
protected Grid $grid from  AbstractDisplayer
protected Column $column from  AbstractDisplayer
protected mixed $value from  AbstractDisplayer

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

in AbstractDisplayer 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

in AbstractDisplayer at line 53
mixed getValue()

No description

Return Value

mixed

in AbstractDisplayer at line 61
Grid getGrid()

No description

Return Value

Grid

in AbstractDisplayer at line 69
Column getColumn()

No description

Return Value

Column

in AbstractDisplayer at line 80
mixed getKey()

Get key of current row.

Return Value

mixed

in AbstractDisplayer at line 90
string getResource()

Get url path of current resource.

Return Value

string

at line 14
mixed display()

Display method.

Return Value

mixed