|
Open Journal Systems
3.3.0
|
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) | |
Base class for a cell provider that can retrieve labels from arrays.
Definition at line 18 of file UserListbuilderGridCellProvider.inc.php.
| UserListbuilderGridCellProvider::getTemplateVarsFromRowColumn | ( | $row, | |
| $column | |||
| ) |
This implementation assumes a simple data element array that has column ids as keys.
| $row | GridRow |
| $column | GridColumn |
Reimplemented from GridCellProvider.
Definition at line 31 of file UserListbuilderGridCellProvider.inc.php.