|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __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 | |
Abstract base class for file upload actions.
Definition at line 21 of file BaseAddFileLinkAction.inc.php.
| BaseAddFileLinkAction::__construct | ( | $request, | |
| $submissionId, | |||
| $stageId, | |||
| $uploaderRoles, | |||
| $actionArgs, | |||
| $wizardTitle, | |||
| $buttonLabel | |||
| ) |
Constructor
| $request | Request |
| $submissionId | integer The submission the file should be uploaded to. |
| $stageId | integer The workflow stage in which the file uploader is being instantiated (one of the WORKFLOW_STAGE_ID_* constants). |
| $uploaderRoles | array The ids of all roles allowed to upload in the context of this action. |
| $actionArgs | array The arguments to be passed into the file upload wizard. |
| $wizardTitle | string The title to be displayed in the file upload wizard. |
| $buttonLabel | string The link action's button label. |
Definition at line 39 of file BaseAddFileLinkAction.inc.php.