Open Journal Systems  3.3.0
EventLogGridCellProvider Class Reference
Inheritance diagram for EventLogGridCellProvider:
DataObjectGridCellProvider GridCellProvider

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
 

Detailed Description

Cell provider for event log entries.

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

Constructor & Destructor Documentation

◆ __construct()

EventLogGridCellProvider::__construct (   $isCurrentUserAssignedAuthor)

Constructor

Parameters
boolean$isCurrentUserAssignedAuthorIs the current user assigned as an author to this submission?

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

Member Function Documentation

◆ getTemplateVarsFromRowColumn()

EventLogGridCellProvider::getTemplateVarsFromRowColumn (   $row,
  $column 
)

Extracts variables for a given column from a data element so that they may be assigned to template before rendering.

Parameters
$rowGridRow
$columnGridColumn
Returns
array

Reimplemented from DataObjectGridCellProvider.

Definition at line 46 of file EventLogGridCellProvider.inc.php.

References DAORegistry\getDAO().

Field Documentation

◆ $_isCurrentUserAssignedAuthor

boolean EventLogGridCellProvider::$_isCurrentUserAssignedAuthor

Is the current user assigned as an author to this submission

Definition at line 24 of file EventLogGridCellProvider.inc.php.


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