Handle submission file grid row requests. More...
Public Member Functions | |
| canDelete () | |
| canViewNotes () | |
| getStageId () | |
| initialize (&$request, $template= 'controllers/grid/gridRow.tpl') | |
| SubmissionFilesGridRow ($canDelete, $canViewNotes, $stageId=null) | |
Handle submission file grid row requests.
Definition at line 18 of file SubmissionFilesGridRow.inc.php.
| SubmissionFilesGridRow.canDelete | ( | ) |
Can the user delete files from this grid?
Definition at line 50 of file SubmissionFilesGridRow.inc.php.
Referenced by initialize().
| SubmissionFilesGridRow.canViewNotes | ( | ) |
Can the user view file notes on this grid?
Definition at line 58 of file SubmissionFilesGridRow.inc.php.
Referenced by initialize().
| SubmissionFilesGridRow.getStageId | ( | ) |
Get the stage id, if any.
Definition at line 66 of file SubmissionFilesGridRow.inc.php.
Referenced by initialize(), and AuthorSignoffFilesGridRow.initialize().
| SubmissionFilesGridRow.initialize | ( | &$ | request, | |
| $ | template = 'controllers/grid/gridRow.tpl' | |||
| ) |
Definition at line 76 of file SubmissionFilesGridRow.inc.php.
References canDelete(), canViewNotes(), and getStageId().
| SubmissionFilesGridRow.SubmissionFilesGridRow | ( | $ | canDelete, | |
| $ | canViewNotes, | |||
| $ | stageId = null | |||
| ) |
Constructor $canDelete boolean $canViewNotes boolean $stageId int (optional)
Definition at line 35 of file SubmissionFilesGridRow.inc.php.
Referenced by AuthorSignoffFilesGridRow.AuthorSignoffFilesGridRow().
1.7.1