|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct ($id, $actionRequest, $title=null, $image=null, $tooltip=null) | |
| getActionArgs ($submissionFile, $stageId=null) | |
Public Member Functions inherited from LinkAction | |
| getActionRequest () | |
| getHoverTitle () | |
| getId () | |
| getImage () | |
| getTitle () | |
| getToolTip () | |
| setTitle ($title) | |
Additional Inherited Members | |
Data Fields inherited from LinkAction | |
| $_actionRequest | |
| $_id | |
| $_image | |
| $_title | |
| $_toolTip | |
An abstract file action.
Definition at line 17 of file FileLinkAction.inc.php.
| FileLinkAction::__construct | ( | $id, | |
| $actionRequest, | |||
$title = null, |
|||
$image = null, |
|||
$tooltip = null |
|||
| ) |
Constructor
| $id | string Link action ID |
| $actionRequest | LinkActionRequest |
| $title | string optional |
| $image | string optional |
| $tooltip | string optional |
Reimplemented from LinkAction.
Definition at line 27 of file FileLinkAction.inc.php.
| FileLinkAction::getActionArgs | ( | $submissionFile, | |
$stageId = null |
|||
| ) |
Return the action arguments to address a file.
| $submissionFile | SubmissionFile |
| $stageId | int (optional) |
Definition at line 41 of file FileLinkAction.inc.php.