Open Journal Systems  3.3.0
LiteralGridCellProvider Class Reference
Inheritance diagram for LiteralGridCellProvider:
GridCellProvider

Public Member Functions

 getTemplateVarsFromRowColumn ($row, $column)
 
- Public Member Functions inherited from GridCellProvider
 __construct ()
 
 getCellActions ($request, $row, $column, $position=GRID_ACTION_POSITION_DEFAULT)
 
 render ($request, $row, $column)
 

Detailed Description

A cell provider that passes literal data through directly.

Definition at line 18 of file LiteralGridCellProvider.inc.php.

Member Function Documentation

◆ getTemplateVarsFromRowColumn()

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.

See also
GridCellProvider::getTemplateVarsFromRowColumn()
Parameters
$rowGridRow
$columnGridColumn
Returns
array

Reimplemented from GridCellProvider.

Definition at line 31 of file LiteralGridCellProvider.inc.php.


The documentation for this class was generated from the following file: