|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct ($reviewAssignment) | |
| execute (... $functionArgs) | |
| fetch ($request, $template=null, $display=false) | |
| initData () | |
| readInputData () | |
Public Member Functions inherited from Form | |
| __construct ($template=null, $callHooks=true, $requiredLocale=null, $supportedLocales=null) | |
| _decomposeArray ($name, $value, $stack) | |
| addCheck ($formValidator) | |
| addError ($field, $message) | |
| addErrorField ($field) | |
| addSupportedFormLocale ($supportedLocale) | |
| display ($request=null, $template=null) | |
| 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 | |
Data Fields inherited from Form | |
| $_checks | |
| $_data | |
| $_errors | |
| $_template | |
| $cssValidation | |
| $defaultLocale | |
| $errorFields | |
| $errorsArray | |
| $formSectionErrors | |
| $requiredLocale | |
| $supportedLocales | |
Allow the editor to limit the available files to an assigned reviewer after the assignment has taken place.
Definition at line 19 of file EditReviewForm.inc.php.
| EditReviewForm::__construct | ( | $reviewAssignment | ) |
Constructor.
| $reviewAssignment | ReviewAssignment |
Definition at line 36 of file EditReviewForm.inc.php.
References Form\addCheck(), and DAORegistry\getDAO().
| EditReviewForm::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.
Definition at line 116 of file EditReviewForm.inc.php.
References PKPApplication\get(), Application\getContextAssocType(), DAORegistry\getDAO(), and Form\getData().
| EditReviewForm::fetch | ( | $request, | |
$template = null, |
|||
$display = false |
|||
| ) |
Fetch the Edit Review Form form
Reimplemented from Form.
Definition at line 69 of file EditReviewForm.inc.php.
References Application\getContextAssocType(), DAORegistry\getDAO(), and PKPTemplateManager\getManager().
| EditReviewForm::initData | ( | ) |
Initialize form data from the associated author.
Reimplemented from Form.
Definition at line 59 of file EditReviewForm.inc.php.
References Form\setData().
| EditReviewForm::readInputData | ( | ) |
Assign form data to user-submitted data.
Reimplemented from Form.
Definition at line 102 of file EditReviewForm.inc.php.
References Form\readUserVars().
| ReviewAssignment EditReviewForm::$_reviewAssignment |
Definition at line 24 of file EditReviewForm.inc.php.
| ReviewRound EditReviewForm::$_reviewRound |
Definition at line 30 of file EditReviewForm.inc.php.