|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($request, $reviewRound, $uploaderRoles) | |
Public Member Functions inherited from BaseAddFileLinkAction | |
| __construct ($request, $submissionId, $stageId, $uploaderRoles, $actionArgs, $wizardTitle, $buttonLabel) | |
Public Member Functions inherited from LinkAction | |
| __construct ($id, $actionRequest, $title=null, $image=null, $toolTip=null) | |
| getActionRequest () | |
| getHoverTitle () | |
| getId () | |
| getImage () | |
| getTitle () | |
| getToolTip () | |
| setTitle ($title) | |
Additional Inherited Members | |
Data Fields inherited from LinkAction | |
| $_actionRequest | |
| $_id | |
| $_image | |
| $_title | |
| $_toolTip | |
An action to upload a revision of file currently under review.
Definition at line 18 of file AddRevisionLinkAction.inc.php.
| AddRevisionLinkAction::__construct | ( | $request, | |
| $reviewRound, | |||
| $uploaderRoles | |||
| ) |
Constructor
| $request | Request |
| $reviewRound | ReviewRound The review round to upload to. |
| $uploaderRoles | array The ids of all roles allowed to upload in the context of this action. |
Definition at line 27 of file AddRevisionLinkAction.inc.php.