|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($plugin, $contextId) | |
| fetch ($request, $template=null, $display=false) | |
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) | |
| execute (... $functionArgs) | |
| getData ($key) | |
| getDefaultFormLocale () | |
| getErrorsArray () | |
| getLocaleFieldNames () | |
| getRequiredLocale () | |
| getTemplate () | |
| initData () | |
| isValid () | |
| readInputData () | |
| readUserVars ($vars) | |
| setData ($key, $value=null) | |
| setDefaultFormLocale ($defaultLocale) | |
| setTemplate ($template) | |
| validate ($callHooks=true) | |
Data Fields | |
| $_contextId | |
| $_plugin | |
Data Fields inherited from Form | |
| $_checks | |
| $_data | |
| $_errors | |
| $_template | |
| $cssValidation | |
| $defaultLocale | |
| $errorFields | |
| $errorsArray | |
| $formSectionErrors | |
| $requiredLocale | |
| $supportedLocales | |
Form for journal managers to check PLN plugin status.
Definition at line 16 of file PLNStatusForm.inc.php.
| PLNStatusForm::__construct | ( | $plugin, | |
| $contextId | |||
| ) |
Constructor
| $plugin | Plugin |
| $contextId | int |
Definition at line 34 of file PLNStatusForm.inc.php.
| PLNStatusForm::fetch | ( | $request, | |
$template = null, |
|||
$display = false |
|||
| ) |
Returns a string of the rendered form
| $request | PKPRequest |
| $template | string the template to be rendered, mandatory if no template has been specified on class instantiation. |
| $display | boolean |
Reimplemented from Form.
Definition at line 44 of file PLNStatusForm.inc.php.
References DAORegistry\getDAO(), PKPTemplateManager\getManager(), and PKPHandler\getRangeInfo().
| int PLNStatusForm::$_contextId |
Definition at line 21 of file PLNStatusForm.inc.php.
| Plugin PLNStatusForm::$_plugin |
Definition at line 27 of file PLNStatusForm.inc.php.