Implements a grid column that displays the signoff status of a file. More...
Public Member Functions | |
| _getSignoffStatus (&$row) | |
| getCellActions ($request, $row) | |
| & | getMonographFile ($row) |
| SignoffStatusFromSignoffGridColumn ($title=null, $requestArgs, $flags=array()) | |
Implements a grid column that displays the signoff status of a file.
Definition at line 18 of file SignoffStatusFromSignoffGridColumn.inc.php.
| SignoffStatusFromSignoffGridColumn._getSignoffStatus | ( | &$ | row | ) |
Identify the signoff status of a row.
| $row | GridRow |
Reimplemented from BaseSignoffStatusColumn.
Definition at line 88 of file SignoffStatusFromSignoffGridColumn.inc.php.
References getMonographFile().
Referenced by getCellActions().
| SignoffStatusFromSignoffGridColumn.getCellActions | ( | $ | request, | |
| $ | row | |||
| ) |
Reimplemented from BaseSignoffStatusColumn.
Definition at line 38 of file SignoffStatusFromSignoffGridColumn.inc.php.
References _getSignoffStatus(), and getMonographFile().
| & SignoffStatusFromSignoffGridColumn.getMonographFile | ( | $ | row | ) |
Get the monograph file from the row.
| $row | GridRow |
Definition at line 71 of file SignoffStatusFromSignoffGridColumn.inc.php.
Referenced by _getSignoffStatus(), and getCellActions().
| SignoffStatusFromSignoffGridColumn.SignoffStatusFromSignoffGridColumn | ( | $ | title = null, |
|
| $ | requestArgs, | |||
| $ | flags = array() | |||
| ) |
Constructor
| $title | The title for the column | |
| $requestArgs | array Parameters f5or cell actions. |
Definition at line 24 of file SignoffStatusFromSignoffGridColumn.inc.php.
References BaseSignoffStatusColumn.BaseSignoffStatusColumn().
1.7.1