Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct ($pubObject, $stageId=null, $formParams=null) | |
clearIssueObjectsPubIds ($pubIdPlugInClassName) | |
execute (... $functionArgs) | |
fetch ($request, $template=null, $display=false) | |
getAssocType ($pubObject) | |
![]() | |
clearPubId ($pubIdPlugInClassName) | |
getContextId () | |
getFormParams () | |
getPubObject () | |
getStageId () | |
initData () | |
readInputData () | |
validate ($callHooks=true) | |
![]() | |
__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) | |
Additional Inherited Members | |
![]() | |
$_contextId | |
$_formParams | |
$_pubObject | |
$_stageId | |
![]() | |
$_checks | |
$_data | |
$_errors | |
$_template | |
$cssValidation | |
$defaultLocale | |
$errorFields | |
$errorsArray | |
$formSectionErrors | |
$requiredLocale | |
$supportedLocales | |
Displays a pub ids form.
Definition at line 18 of file PublicIdentifiersForm.inc.php.
PublicIdentifiersForm::__construct | ( | $pubObject, | |
$stageId = null , |
|||
$formParams = null |
|||
) |
Constructor.
$pubObject | object |
$stageId | integer |
$formParams | array |
Reimplemented from PKPPublicIdentifiersForm.
Definition at line 26 of file PublicIdentifiersForm.inc.php.
PublicIdentifiersForm::clearIssueObjectsPubIds | ( | $pubIdPlugInClassName | ) |
Clear issue objects pub ids.
$pubIdPlugInClassName | string |
Definition at line 61 of file PublicIdentifiersForm.inc.php.
References PKPPublicIdentifiersForm\getPubObject(), and PluginRegistry\loadCategory().
PublicIdentifiersForm::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 PKPPublicIdentifiersForm.
Definition at line 48 of file PublicIdentifiersForm.inc.php.
References DAORegistry\getDAO(), and PKPPublicIdentifiersForm\getPubObject().
PublicIdentifiersForm::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 PKPPublicIdentifiersForm.
Definition at line 33 of file PublicIdentifiersForm.inc.php.
References PKPTemplateManager\getManager(), and PKPPublicIdentifiersForm\getPubObject().
PublicIdentifiersForm::getAssocType | ( | $pubObject | ) |
Get assoc type of the given object.
$pubObject |
Reimplemented from PKPPublicIdentifiersForm.
Definition at line 73 of file PublicIdentifiersForm.inc.php.