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

Base class for a cell provider that can retrieve labels from arrays.

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

Member Function Documentation

◆ getTemplateVarsFromRowColumn()

ArrayGridCellProvider::getTemplateVarsFromRowColumn (   $row,
  $column 
)

This implementation assumes a simple data element array that has column ids as keys.

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

Reimplemented from GridCellProvider.

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


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