|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct ($reviewAssignment, $reviewRound, $submission, $template) | |
| execute (... $functionArgs) | |
| getReviewAssignment () | |
| getReviewRound () | |
| getSubmission () | |
| initData () | |
| readInputData () | |
| setReviewAssignment ($reviewAssignment) | |
| setReviewRound ($reviewRound) | |
| setSubmission ($submission) | |
Public Member Functions inherited from Form | |
| _decomposeArray ($name, $value, $stack) | |
| addCheck ($formValidator) | |
| addError ($field, $message) | |
| addErrorField ($field) | |
| addSupportedFormLocale ($supportedLocale) | |
| display ($request=null, $template=null) | |
| fetch ($request, $template=null, $display=false) | |
| getData ($key) | |
| getDefaultFormLocale () | |
| getErrorsArray () | |
| getLocaleFieldNames () | |
| getRequiredLocale () | |
| getTemplate () | |
| isValid () | |
| readUserVars ($vars) | |
| setData ($key, $value=null) | |
| setDefaultFormLocale ($defaultLocale) | |
| setTemplate ($template) | |
| validate ($callHooks=true) | |
Data Fields | |
| $_reviewAssignment | |
| $_reviewRound | |
| $_submission | |
Data Fields inherited from Form | |
| $_checks | |
| $_data | |
| $_errors | |
| $_template | |
| $cssValidation | |
| $defaultLocale | |
| $errorFields | |
| $errorsArray | |
| $formSectionErrors | |
| $requiredLocale | |
| $supportedLocales | |
Protected Member Functions | |
| getEmailKey () | |
Perform an action on a review including a reviewer notification email.
Definition at line 17 of file ReviewerNotifyActionForm.inc.php.
| ReviewerNotifyActionForm::__construct | ( | $reviewAssignment, | |
| $reviewRound, | |||
| $submission, | |||
| $template | |||
| ) |
Constructor
| $reviewAssignment | ReviewAssignment |
| $reviewRound | ReviewRound |
| $submission | Submission |
| $template | string |
Reimplemented from Form.
Definition at line 34 of file ReviewerNotifyActionForm.inc.php.
References setReviewAssignment(), setReviewRound(), and setSubmission().
| ReviewerNotifyActionForm::execute | ( | $functionArgs | ) |
Execute the form's action. (Note that it is assumed that the form has already been validated.)
| mixed | $functionArgs,... | Arguments from the caller to be passed to the hook consumer |
Reimplemented from Form.
Reimplemented in ReinstateReviewerForm, and UnassignReviewerForm.
Definition at line 87 of file ReviewerNotifyActionForm.inc.php.
References PKPApplication\get(), DAORegistry\getDAO(), Form\getData(), getEmailKey(), getReviewAssignment(), and getSubmission().
|
abstractprotected |
Reimplemented in ReinstateReviewerForm, and UnassignReviewerForm.
Referenced by execute(), and initData().
| ReviewerNotifyActionForm::getReviewAssignment | ( | ) |
Get the ReviewAssignment
Definition at line 143 of file ReviewerNotifyActionForm.inc.php.
References $_reviewAssignment.
Referenced by ReinstateReviewerForm\execute(), UnassignReviewerForm\execute(), execute(), and initData().
| ReviewerNotifyActionForm::getReviewRound | ( | ) |
Get the ReviewRound
Definition at line 159 of file ReviewerNotifyActionForm.inc.php.
References $_reviewRound.
Referenced by initData().
| ReviewerNotifyActionForm::getSubmission | ( | ) |
Get the submission
Definition at line 175 of file ReviewerNotifyActionForm.inc.php.
References $_submission.
Referenced by ReinstateReviewerForm\execute(), UnassignReviewerForm\execute(), execute(), and initData().
| ReviewerNotifyActionForm::initData | ( | ) |
Initialize form data for a new form.
Reimplemented from Form.
Definition at line 49 of file ReviewerNotifyActionForm.inc.php.
References PKPApplication\get(), DAORegistry\getDAO(), getEmailKey(), getReviewAssignment(), getReviewRound(), getSubmission(), and Form\setData().
| ReviewerNotifyActionForm::readInputData | ( | ) |
Assign form data to user-submitted data. Can be overridden from subclasses.
Reimplemented from Form.
Definition at line 116 of file ReviewerNotifyActionForm.inc.php.
References Form\readUserVars().
| ReviewerNotifyActionForm::setReviewAssignment | ( | $reviewAssignment | ) |
Set the ReviewAssignment
| mixed | $reviewAssignment | ReviewAssignment |
Definition at line 135 of file ReviewerNotifyActionForm.inc.php.
Referenced by __construct().
| ReviewerNotifyActionForm::setReviewRound | ( | $reviewRound | ) |
Set the ReviewRound
| mixed | $reviewRound | ReviewRound |
Definition at line 151 of file ReviewerNotifyActionForm.inc.php.
Referenced by __construct().
| ReviewerNotifyActionForm::setSubmission | ( | $submission | ) |
Set the submission
| $submission | Submission |
Definition at line 167 of file ReviewerNotifyActionForm.inc.php.
Referenced by __construct().
| ReviewerNotifyActionForm::$_reviewAssignment |
The review assignment to alter
Definition at line 19 of file ReviewerNotifyActionForm.inc.php.
Referenced by getReviewAssignment().
| ReviewerNotifyActionForm::$_reviewRound |
The review round associated with the review assignment
Definition at line 25 of file ReviewerNotifyActionForm.inc.php.
Referenced by getReviewRound().
| ReviewerNotifyActionForm::$_submission |
The submission associated with the review assignment
Definition at line 22 of file ReviewerNotifyActionForm.inc.php.
Referenced by getSubmission().