Open Journal Systems  3.3.0
PublicIdentifiersForm Class Reference
Inheritance diagram for PublicIdentifiersForm:
PKPPublicIdentifiersForm Form

Public Member Functions

 __construct ($pubObject, $stageId=null, $formParams=null)
 
 clearIssueObjectsPubIds ($pubIdPlugInClassName)
 
 execute (... $functionArgs)
 
 fetch ($request, $template=null, $display=false)
 
 getAssocType ($pubObject)
 
- Public Member Functions inherited from PKPPublicIdentifiersForm
 clearPubId ($pubIdPlugInClassName)
 
 getContextId ()
 
 getFormParams ()
 
 getPubObject ()
 
 getStageId ()
 
 initData ()
 
 readInputData ()
 
 validate ($callHooks=true)
 
- 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)
 
 getData ($key)
 
 getDefaultFormLocale ()
 
 getErrorsArray ()
 
 getLocaleFieldNames ()
 
 getRequiredLocale ()
 
 getTemplate ()
 
 isValid ()
 
 readUserVars ($vars)
 
 setData ($key, $value=null)
 
 setDefaultFormLocale ($defaultLocale)
 
 setTemplate ($template)
 

Additional Inherited Members

- Data Fields inherited from PKPPublicIdentifiersForm
 $_contextId
 
 $_formParams
 
 $_pubObject
 
 $_stageId
 
- Data Fields inherited from Form
 $_checks
 
 $_data
 
 $_errors
 
 $_template
 
 $cssValidation
 
 $defaultLocale
 
 $errorFields
 
 $errorsArray
 
 $formSectionErrors
 
 $requiredLocale
 
 $supportedLocales
 

Detailed Description

Displays a pub ids form.

Definition at line 18 of file PublicIdentifiersForm.inc.php.

Constructor & Destructor Documentation

◆ __construct()

PublicIdentifiersForm::__construct (   $pubObject,
  $stageId = null,
  $formParams = null 
)

Constructor.

Parameters
$pubObjectobject
$stageIdinteger
$formParamsarray

Reimplemented from PKPPublicIdentifiersForm.

Definition at line 26 of file PublicIdentifiersForm.inc.php.

Member Function Documentation

◆ clearIssueObjectsPubIds()

PublicIdentifiersForm::clearIssueObjectsPubIds (   $pubIdPlugInClassName)

Clear issue objects pub ids.

Parameters
$pubIdPlugInClassNamestring

Definition at line 61 of file PublicIdentifiersForm.inc.php.

References PKPPublicIdentifiersForm\getPubObject(), and PluginRegistry\loadCategory().

◆ execute()

PublicIdentifiersForm::execute (   $functionArgs)

Execute the form's action. (Note that it is assumed that the form has already been validated.)

Parameters
mixed$functionArgs,...Arguments from the caller to be passed to the hook consumer
Returns
mixed Result from the consumer to be passed to the caller. Send a true-ish result if you want the caller to do something with the return value.

Reimplemented from PKPPublicIdentifiersForm.

Definition at line 48 of file PublicIdentifiersForm.inc.php.

References DAORegistry\getDAO(), and PKPPublicIdentifiersForm\getPubObject().

◆ fetch()

PublicIdentifiersForm::fetch (   $request,
  $template = null,
  $display = false 
)

Returns a string of the rendered form

Parameters
$requestPKPRequest
$templatestring the template to be rendered, mandatory if no template has been specified on class instantiation.
$displayboolean
Returns
string the rendered form

Reimplemented from PKPPublicIdentifiersForm.

Definition at line 33 of file PublicIdentifiersForm.inc.php.

References PKPTemplateManager\getManager(), and PKPPublicIdentifiersForm\getPubObject().

◆ getAssocType()

PublicIdentifiersForm::getAssocType (   $pubObject)

Get assoc type of the given object.

Parameters
$pubObject
Returns
integer ASSOC_TYPE_

Reimplemented from PKPPublicIdentifiersForm.

Definition at line 73 of file PublicIdentifiersForm.inc.php.


The documentation for this class was generated from the following file: