Open Journal Systems  3.3.0
UserListbuilderGridCellProvider Class Reference
Inheritance diagram for UserListbuilderGridCellProvider:
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 UserListbuilderGridCellProvider.inc.php.

Member Function Documentation

◆ getTemplateVarsFromRowColumn()

UserListbuilderGridCellProvider::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 UserListbuilderGridCellProvider.inc.php.


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