|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct ($reviewAssignment, $reviewRound, $submission) | |
| execute (... $functionArgs) | |
| getEmailKey () | |
Public Member Functions inherited from ReviewerNotifyActionForm | |
| __construct ($reviewAssignment, $reviewRound, $submission, $template) | |
| 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) | |
Additional Inherited Members | |
Data Fields inherited from ReviewerNotifyActionForm | |
| $_reviewAssignment | |
| $_reviewRound | |
| $_submission | |
Data Fields inherited from Form | |
| $_checks | |
| $_data | |
| $_errors | |
| $_template | |
| $cssValidation | |
| $defaultLocale | |
| $errorFields | |
| $errorsArray | |
| $formSectionErrors | |
| $requiredLocale | |
| $supportedLocales | |
Allow the editor to remove a review assignment.
Definition at line 17 of file UnassignReviewerForm.inc.php.
| UnassignReviewerForm::__construct | ( | $reviewAssignment, | |
| $reviewRound, | |||
| $submission | |||
| ) |
Constructor
| mixed | $reviewAssignment | ReviewAssignment |
| mixed | $reviewRound | ReviewRound |
| mixed | $submission | Submission |
Definition at line 24 of file UnassignReviewerForm.inc.php.
| UnassignReviewerForm::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 ReviewerNotifyActionForm.
Definition at line 39 of file UnassignReviewerForm.inc.php.
References HookRegistry\call(), PKPApplication\get(), DAORegistry\getDAO(), ReviewerNotifyActionForm\getReviewAssignment(), ReviewerNotifyActionForm\getSubmission(), and SubmissionLog\logEvent().
| UnassignReviewerForm::getEmailKey | ( | ) |
Reimplemented from ReviewerNotifyActionForm.
Definition at line 31 of file UnassignReviewerForm.inc.php.