Open Journal Systems
3.3.0
|
Public Member Functions | |
getTemplateVarsFromRowColumn ($row, $column) | |
![]() | |
__construct () | |
getCellActions ($request, $row, $column, $position=GRID_ACTION_POSITION_DEFAULT) | |
render ($request, $row, $column) | |
A cell provider that passes literal data through directly.
Definition at line 18 of file LiteralGridCellProvider.inc.php.
LiteralGridCellProvider::getTemplateVarsFromRowColumn | ( | $row, | |
$column | |||
) |
This implementation assumes a data element that is a literal value. If desired, the 'id' column can be used to present the row ID.
$row | GridRow |
$column | GridColumn |
Reimplemented from GridCellProvider.
Definition at line 31 of file LiteralGridCellProvider.inc.php.