Property | Type | Description | |
---|---|---|---|
$_saveFormOperation | String |
Method | Description | |
---|---|---|
__construct ( $submission, $decision, $stageId, $template, $reviewRound = null ) | Constructor. | |
_getAllowedVariables ( $request ) : array | Get a list of allowed email template variables. | |
_sendReviewMailToAuthor ( $submission, $emailKey, $request ) | Sends an email with a personal message and the selected review attachements to the author. Also marks review attachments selected by the editor as "viewable" for the author. | |
_updateReviewRoundStatus ( $submission, $status, $reviewRound = null ) | Retrieve the last review round and update it with the new status. | |
fetch ( $request ) | ||
getSaveFormOperation ( ) : string | Get the operation to save this form. | |
initData ( $args, $request, $actionLabels ) | ||
readInputData ( ) | ||
setSaveFormOperation ( $saveFormOperation ) | Set the operation to save this form. |
public __construct ( $submission, $decision, $stageId, $template, $reviewRound = null ) | ||
$submission | Submission | |
$decision | integer | |
$stageId | integer | |
$template | string The template to display | |
$reviewRound | ReviewRound |
public _getAllowedVariables ( $request ) : array | ||
$request | PKPRequest Request object | |
return | array |
public _sendReviewMailToAuthor ( $submission, $emailKey, $request ) | ||
$submission | Submission | |
$emailKey | string An email template. | |
$request | PKPRequest |
public _updateReviewRoundStatus ( $submission, $status, $reviewRound = null ) | ||
$submission | Submission | |
$status | integer One of the REVIEW_ROUND_STATUS_* constants. |
public getSaveFormOperation ( ) : string | ||
return | string |
public setSaveFormOperation ( $saveFormOperation ) | ||
$saveFormOperation | string |