Class for signoff file upload actions. More...
Public Member Functions | |
| AddSignoffFileLinkAction (&$request, $monographId, $stageId, $symbolic, $signoffId=null, $modalTitle, $buttonLabel=null) | |
Class for signoff file upload actions.
Definition at line 23 of file AddSignoffFileLinkAction.inc.php.
| AddSignoffFileLinkAction.AddSignoffFileLinkAction | ( | &$ | request, | |
| $ | monographId, | |||
| $ | stageId, | |||
| $ | symbolic, | |||
| $ | signoffId = null, |
|||
| $ | modalTitle, | |||
| $ | buttonLabel = null | |||
| ) |
Constructor
| $request | Request | |
| $monographId | integer The monograph 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 (null for cell action) |
Definition at line 41 of file AddSignoffFileLinkAction.inc.php.
1.7.1