Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct (&$plugin, $contextId) | |
execute (... $functionArgs) | |
fetch ($request, $template=null, $display=false) | |
initData () | |
readInputData () | |
![]() | |
__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 | |
$contextId | |
$plugin | |
const | CONFIG_VARS |
![]() | |
$_checks | |
$_data | |
$_errors | |
$_template | |
$cssValidation | |
$defaultLocale | |
$errorFields | |
$errorsArray | |
$formSectionErrors | |
$requiredLocale | |
$supportedLocales | |
Form for site admins to modify ORCID Profile plugin settings.
Definition at line 20 of file OrcidProfileSettingsForm.inc.php.
OrcidProfileSettingsForm::__construct | ( | & | $plugin, |
$contextId | |||
) |
Constructor
$plugin | object |
$contextId | int |
Definition at line 47 of file OrcidProfileSettingsForm.inc.php.
References $contextId, $plugin, and Form\addCheck().
OrcidProfileSettingsForm::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 94 of file OrcidProfileSettingsForm.inc.php.
References $contextId, $plugin, and Form\getData().
OrcidProfileSettingsForm::fetch | ( | $request, | |
$template = null , |
|||
$display = false |
|||
) |
Fetch the form. 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 84 of file OrcidProfileSettingsForm.inc.php.
References PKPTemplateManager\getManager().
OrcidProfileSettingsForm::initData | ( | ) |
Initialize form data.
Reimplemented from Form.
Definition at line 64 of file OrcidProfileSettingsForm.inc.php.
References $contextId, and $plugin.
OrcidProfileSettingsForm::readInputData | ( | ) |
Assign form data to user-submitted data.
Reimplemented from Form.
Definition at line 76 of file OrcidProfileSettingsForm.inc.php.
References Form\readUserVars().
$contextId OrcidProfileSettingsForm::$contextId |
int
Definition at line 34 of file OrcidProfileSettingsForm.inc.php.
Referenced by __construct(), execute(), and initData().
$plugin OrcidProfileSettingsForm::$plugin |
object
Definition at line 40 of file OrcidProfileSettingsForm.inc.php.
Referenced by __construct(), execute(), and initData().
const OrcidProfileSettingsForm::CONFIG_VARS |
Definition at line 22 of file OrcidProfileSettingsForm.inc.php.