Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct ($template, $pubObject, $approval, $confirmationText, $formParams=null) | |
fetch ($request, $template=null, $display=false) | |
getFormParams () | |
![]() | |
__construct ($template, $pubObject, $approval, $confirmationText) | |
execute ($save=false,... $functionArgs) | |
getApproval () | |
getConfirmationText () | |
getContextId () | |
getPubObject () | |
readInputData () | |
![]() | |
_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 () | |
readUserVars ($vars) | |
setData ($key, $value=null) | |
setDefaultFormLocale ($defaultLocale) | |
setTemplate ($template) | |
validate ($callHooks=true) | |
Data Fields | |
$_formParams | |
![]() | |
$_approval | |
$_confirmationText | |
$_contextId | |
$_pubObject | |
![]() | |
$_checks | |
$_data | |
$_errors | |
$_template | |
$cssValidation | |
$defaultLocale | |
$errorFields | |
$errorsArray | |
$formSectionErrors | |
$requiredLocale | |
$supportedLocales | |
Displays the assign pub id form.
Definition at line 18 of file AssignPublicIdentifiersForm.inc.php.
AssignPublicIdentifiersForm::__construct | ( | $template, | |
$pubObject, | |||
$approval, | |||
$confirmationText, | |||
$formParams = null |
|||
) |
Constructor.
$template | string Form template |
$pubObject | object |
$approval | boolean |
$confirmationText | string |
$formParams | array |
Definition at line 36 of file AssignPublicIdentifiersForm.inc.php.
AssignPublicIdentifiersForm::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 PKPAssignPublicIdentifiersForm.
Definition at line 45 of file AssignPublicIdentifiersForm.inc.php.
References getFormParams(), and PKPTemplateManager\getManager().
AssignPublicIdentifiersForm::getFormParams | ( | ) |
Get the extra form parameters.
Definition at line 58 of file AssignPublicIdentifiersForm.inc.php.
References $_formParams.
Referenced by fetch().
array AssignPublicIdentifiersForm::$_formParams |
Parameters to configure the form template.
Definition at line 26 of file AssignPublicIdentifiersForm.inc.php.
Referenced by getFormParams().