|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct ($request, $stageId) | |
| getGuidelines () | |
Public Member Functions inherited from LinkAction | |
| __construct ($id, $actionRequest, $title=null, $image=null, $toolTip=null) | |
| getActionRequest () | |
| getHoverTitle () | |
| getId () | |
| getImage () | |
| getTitle () | |
| getToolTip () | |
| setTitle ($title) | |
Data Fields | |
| $_context | |
| $_stageId | |
Data Fields inherited from LinkAction | |
| $_actionRequest | |
| $_id | |
| $_image | |
| $_title | |
| $_toolTip | |
An action to open the review guidelines confirmation modal.
Definition at line 21 of file ViewReviewGuidelinesLinkAction.inc.php.
| ViewReviewGuidelinesLinkAction::__construct | ( | $request, | |
| $stageId | |||
| ) |
Constructor
| $request | Request |
| $stageId | int Stage ID of review assignment |
Definition at line 39 of file ViewReviewGuidelinesLinkAction.inc.php.
References getGuidelines().
| ViewReviewGuidelinesLinkAction::getGuidelines | ( | ) |
Get the guidelines for the specified stage.
Definition at line 59 of file ViewReviewGuidelinesLinkAction.inc.php.
Referenced by __construct().
| Context ViewReviewGuidelinesLinkAction::$_context |
Definition at line 26 of file ViewReviewGuidelinesLinkAction.inc.php.
| int ViewReviewGuidelinesLinkAction::$_stageId |
WORKFLOW_STAGE_ID_...
Definition at line 32 of file ViewReviewGuidelinesLinkAction.inc.php.