|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($submission, $isCurrentUserAssignedAuthor) | |
| initialize ($request, $template=null) | |
Public Member Functions inherited from GridRow | |
| __construct () | |
| addAction ($action, $position=GRID_ACTION_POSITION_DEFAULT) | |
| getActions ($position=GRID_ACTION_POSITION_DEFAULT) | |
| & | getData () |
| getGridId () | |
| getIsModified () | |
| getRequestArgs () | |
| getTemplate () | |
| hasActions () | |
| setData (&$data) | |
| setGridId ($gridId) | |
| setIsModified ($isModified) | |
| setRequestArgs ($requestArgs) | |
| setTemplate ($template) | |
Public Member Functions inherited from GridBodyElement | |
| __construct ($id='', $cellProvider=null, $flags=array()) | |
| addFlag ($flag, $value=true) | |
| getCellProvider () | |
| getFlag ($flag) | |
| getFlags () | |
| getId () | |
| hasFlag ($flag) | |
| setCellProvider ($cellProvider) | |
| setId ($id) | |
Data Fields | |
| $_isCurrentUserAssignedAuthor | |
| $_submission | |
Data Fields inherited from GridRow | |
| $_actions = array(GRID_ACTION_POSITION_DEFAULT => array()) | |
| $_data | |
| $_gridId | |
| $_isModified | |
| $_requestArgs | |
| $_template | |
Data Fields inherited from GridBodyElement | |
| $_cellProvider | |
| $_flags | |
| $_id | |
EventLog grid row definition.
Definition at line 24 of file EventLogGridRow.inc.php.
| EventLogGridRow::__construct | ( | $submission, | |
| $isCurrentUserAssignedAuthor | |||
| ) |
Constructor
| $submission | Submission |
| $isCurrentUserAssignedAuthor | boolean Is the current user assigned as an author to this submission? |
Definition at line 43 of file EventLogGridRow.inc.php.
| EventLogGridRow::initialize | ( | $request, | |
$template = null |
|||
| ) |
Initialize a row instance.
Subclasses can override this method.
| $request | PKPRequest |
| $template | string |
Reimplemented from GridRow.
Definition at line 55 of file EventLogGridRow.inc.php.
References GridRow\addAction(), DAORegistry\getDAO(), and GridRow\getData().
| boolean EventLogGridRow::$_isCurrentUserAssignedAuthor |
Is the current user assigned as an author to this submission
Definition at line 35 of file EventLogGridRow.inc.php.
| Submission EventLogGridRow::$_submission |
Definition at line 29 of file EventLogGridRow.inc.php.