|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($request, $submissionFile, $stageId=null) | |
| getModal ($request, $submissionFile, $stageId) | |
Public Member Functions inherited from FileLinkAction | |
| __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 | |
A base action to open up the information center for a file.
Definition at line 17 of file FileInfoCenterLinkAction.inc.php.
| FileInfoCenterLinkAction::__construct | ( | $request, | |
| $submissionFile, | |||
$stageId = null |
|||
| ) |
Constructor
| $request | Request |
| $submissionFile | SubmissionFile the submission file to show information about. |
| $stageId | int (optional) The stage id that user is looking at. |
Definition at line 26 of file FileInfoCenterLinkAction.inc.php.
References getModal().
| FileInfoCenterLinkAction::getModal | ( | $request, | |
| $submissionFile, | |||
| $stageId | |||
| ) |
returns the modal for this link action.
| $request | PKPRequest |
| $submissionFile | SubmissionFile |
| $stageId | int |
Definition at line 44 of file FileInfoCenterLinkAction.inc.php.
Referenced by __construct().