Implements a grid column that displays the signoff status of a file. More...
Public Member Functions | |
| _getSignoffStatus (&$row) | |
| getCellActions ($request, $row) | |
| & | getMonographFile ($row) |
| SignoffStatusFromFileGridColumn ($id, $title, $titleTranslated, $symbolic, $userIds, $requestArgs, $allowSignoffs=false, $flags=array()) | |
Implements a grid column that displays the signoff status of a file.
Definition at line 18 of file SignoffStatusFromFileGridColumn.inc.php.
| SignoffStatusFromFileGridColumn._getSignoffStatus | ( | &$ | row | ) |
Identify the signoff status of a row.
| $row | GridRow |
Reimplemented from BaseSignoffStatusColumn.
Definition at line 118 of file SignoffStatusFromFileGridColumn.inc.php.
References getMonographFile(), and BaseSignoffStatusColumn.getUserIds().
Referenced by getCellActions().
| SignoffStatusFromFileGridColumn.getCellActions | ( | $ | request, | |
| $ | row | |||
| ) |
Reimplemented from BaseSignoffStatusColumn.
Definition at line 63 of file SignoffStatusFromFileGridColumn.inc.php.
References _getSignoffStatus(), getMonographFile(), and BaseSignoffStatusColumn.getRequestArgs().
| & SignoffStatusFromFileGridColumn.getMonographFile | ( | $ | row | ) |
Get the monograph file from the row.
| $row | GridRow |
Definition at line 102 of file SignoffStatusFromFileGridColumn.inc.php.
Referenced by _getSignoffStatus(), and getCellActions().
| SignoffStatusFromFileGridColumn.SignoffStatusFromFileGridColumn | ( | $ | id, | |
| $ | title, | |||
| $ | titleTranslated, | |||
| $ | symbolic, | |||
| $ | userIds, | |||
| $ | requestArgs, | |||
| $ | allowSignoffs = false, |
|||
| $ | flags = array() | |||
| ) |
Constructor
| $id | string Column ID | |
| $title | string Column title locale key | |
| $titleTranslated | string Column title, translated | |
| $symbolic | string Column symbolic name | |
| $userIds | array List of user IDs | |
| $requestArgs | array List of request parameters to include in URLs | |
| $allowSignoffs | boolean Whether or not to allow the user to sign off this column | |
| $flags | array Optional list of column flags |
Definition at line 36 of file SignoffStatusFromFileGridColumn.inc.php.
References BaseSignoffStatusColumn.BaseSignoffStatusColumn().
1.7.1