Open Journal Systems  3.3.0
ContextGridCellProvider Class Reference
Inheritance diagram for ContextGridCellProvider:
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

Subclass for a context grid column's cell provider.

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

Member Function Documentation

◆ getTemplateVarsFromRowColumn()

ContextGridCellProvider::getTemplateVarsFromRowColumn (   $row,
  $column 
)

Extracts variables for a given column from a data element so that they may be assigned to template before rendering.

Parameters
$rowGridRow
$columnGridColumn
Returns
array

Reimplemented from GridCellProvider.

Definition at line 27 of file ContextGridCellProvider.inc.php.


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