|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($plugin, $journalId) | |
| execute (... $functionArgs) | |
| fetch ($request) | |
| initData () | |
| readInputData () | |
| validate () | |
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) | |
| 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) | |
Protected Attributes | |
| $_journalId | |
| $_plugin | |
| $_settings | |
Additional Inherited Members | |
Data Fields inherited from Form | |
| $_checks | |
| $_data | |
| $_errors | |
| $_template | |
| $cssValidation | |
| $defaultLocale | |
| $errorFields | |
| $errorsArray | |
| $formSectionErrors | |
| $requiredLocale | |
| $supportedLocales | |
Form for Document Markup XML service credential settings from user profile.
Definition at line 18 of file MarkupProfileSettingsForm.inc.php.
| MarkupProfileSettingsForm::__construct | ( | $plugin, | |
| $journalId | |||
| ) |
Constructor
| $plugin | mixed Plugin object |
| $journalId | int JournalId |
Definition at line 43 of file MarkupProfileSettingsForm.inc.php.
| MarkupProfileSettingsForm::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 113 of file MarkupProfileSettingsForm.inc.php.
References $_plugin, and Form\getData().
| MarkupProfileSettingsForm::fetch | ( | $request | ) |
Definition at line 100 of file MarkupProfileSettingsForm.inc.php.
References PKPTemplateManager\getManager().
| MarkupProfileSettingsForm::initData | ( | ) |
Initialize plugin settings form
Reimplemented from Form.
Definition at line 61 of file MarkupProfileSettingsForm.inc.php.
References $_plugin, and Form\setData().
| MarkupProfileSettingsForm::readInputData | ( | ) |
Assign form data to user-submitted data
Reimplemented from Form.
Definition at line 75 of file MarkupProfileSettingsForm.inc.php.
References Form\readUserVars().
| MarkupProfileSettingsForm::validate | ( | ) |
Validate the form
Definition at line 89 of file MarkupProfileSettingsForm.inc.php.
References Form\addCheck().
|
protected |
int
Definition at line 24 of file MarkupProfileSettingsForm.inc.php.
|
protected |
object
Definition at line 30 of file MarkupProfileSettingsForm.inc.php.
Referenced by execute(), and initData().
|
protected |
array
Definition at line 36 of file MarkupProfileSettingsForm.inc.php.