Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct ($template, $pubObject, $approval, $confirmationText) | |
execute ($save=false,... $functionArgs) | |
fetch ($request, $template=null, $display=false) | |
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 | |
$_approval | |
$_confirmationText | |
$_contextId | |
$_pubObject | |
![]() | |
$_checks | |
$_data | |
$_errors | |
$_template | |
$cssValidation | |
$defaultLocale | |
$errorFields | |
$errorsArray | |
$formSectionErrors | |
$requiredLocale | |
$supportedLocales | |
Displays the assign pub id form.
Definition at line 19 of file PKPAssignPublicIdentifiersForm.inc.php.
PKPAssignPublicIdentifiersForm::__construct | ( | $template, | |
$pubObject, | |||
$approval, | |||
$confirmationText | |||
) |
Constructor.
$template | string Form template |
$pubObject | object |
$approval | boolean |
$confirmationText | string |
Reimplemented from Form.
Definition at line 57 of file PKPAssignPublicIdentifiersForm.inc.php.
References Form\addCheck(), and PKPApplication\get().
PKPAssignPublicIdentifiersForm::execute | ( | $save = false , |
|
$functionArgs | |||
) |
Assign pub ids.
$save | boolean true if the pub id shall be saved here false if this form is integrated somewhere else, where the pub object will be updated. |
Definition at line 143 of file PKPAssignPublicIdentifiersForm.inc.php.
References getContextId(), and getPubObject().
PKPAssignPublicIdentifiersForm::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.
Reimplemented in AssignPublicIdentifiersForm.
Definition at line 75 of file PKPAssignPublicIdentifiersForm.inc.php.
References getApproval(), getConfirmationText(), getContextId(), PKPTemplateManager\getManager(), getPubObject(), and PluginRegistry\loadCategory().
PKPAssignPublicIdentifiersForm::getApproval | ( | ) |
Get weather it is an approval
Definition at line 109 of file PKPAssignPublicIdentifiersForm.inc.php.
References $_approval.
Referenced by fetch().
PKPAssignPublicIdentifiersForm::getConfirmationText | ( | ) |
Get the confirmation text.
Definition at line 125 of file PKPAssignPublicIdentifiersForm.inc.php.
References $_confirmationText.
Referenced by fetch().
PKPAssignPublicIdentifiersForm::getContextId | ( | ) |
Get the context id
Definition at line 117 of file PKPAssignPublicIdentifiersForm.inc.php.
References $_contextId.
PKPAssignPublicIdentifiersForm::getPubObject | ( | ) |
Get the pub object
Definition at line 101 of file PKPAssignPublicIdentifiersForm.inc.php.
References $_pubObject.
PKPAssignPublicIdentifiersForm::readInputData | ( | ) |
Assign form data to user-submitted data. Can be overridden from subclasses.
Reimplemented from Form.
Definition at line 132 of file PKPAssignPublicIdentifiersForm.inc.php.
boolean PKPAssignPublicIdentifiersForm::$_approval |
Definition at line 40 of file PKPAssignPublicIdentifiersForm.inc.php.
Referenced by getApproval().
string PKPAssignPublicIdentifiersForm::$_confirmationText |
Confirmation to display.
Definition at line 48 of file PKPAssignPublicIdentifiersForm.inc.php.
Referenced by getConfirmationText().
int PKPAssignPublicIdentifiersForm::$_contextId |
The context id
Definition at line 25 of file PKPAssignPublicIdentifiersForm.inc.php.
Referenced by getContextId().
object PKPAssignPublicIdentifiersForm::$_pubObject |
The pub object, that are beeing approved, the pub ids can be considered for assignement there OJS Issue, Representation or SubmissionFile
Definition at line 34 of file PKPAssignPublicIdentifiersForm.inc.php.
Referenced by getPubObject().