|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($isCurrentUserAssignedAuthor) | |
| getTemplateVarsFromRowColumn ($row, $column) | |
Public Member Functions inherited from DataObjectGridCellProvider | |
| getLocale () | |
| setLocale ($locale) | |
Public Member Functions inherited from GridCellProvider | |
| __construct () | |
| getCellActions ($request, $row, $column, $position=GRID_ACTION_POSITION_DEFAULT) | |
| render ($request, $row, $column) | |
Data Fields | |
| $_isCurrentUserAssignedAuthor | |
Data Fields inherited from DataObjectGridCellProvider | |
| $_locale = null | |
Cell provider for event log entries.
Definition at line 18 of file EventLogGridCellProvider.inc.php.
| EventLogGridCellProvider::__construct | ( | $isCurrentUserAssignedAuthor | ) |
Constructor
| boolean | $isCurrentUserAssignedAuthor | Is the current user assigned as an author to this submission? |
Definition at line 31 of file EventLogGridCellProvider.inc.php.
| EventLogGridCellProvider::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 46 of file EventLogGridCellProvider.inc.php.
References DAORegistry\getDAO().
| boolean EventLogGridCellProvider::$_isCurrentUserAssignedAuthor |
Is the current user assigned as an author to this submission
Definition at line 24 of file EventLogGridCellProvider.inc.php.