Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct ($publication) | |
getTemplateVarsFromRowColumn ($row, $column) | |
![]() | |
getLocale () | |
setLocale ($locale) | |
![]() | |
__construct () | |
getCellActions ($request, $row, $column, $position=GRID_ACTION_POSITION_DEFAULT) | |
render ($request, $row, $column) | |
Additional Inherited Members | |
![]() | |
$_locale = null | |
Definition at line 18 of file PKPAuthorGridCellProvider.inc.php.
PKPAuthorGridCellProvider::__construct | ( | $publication | ) |
Constructor
Publication | $publication |
Definition at line 31 of file PKPAuthorGridCellProvider.inc.php.
PKPAuthorGridCellProvider::getTemplateVarsFromRowColumn | ( | $row, | |
$column | |||
) |
Extracts variables for a given column from a data element so that they may be assigned to template before rendering.
$row | GridRow |
$column | GridColumn |
Reimplemented from DataObjectGridCellProvider.
Definition at line 45 of file PKPAuthorGridCellProvider.inc.php.