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

Public Member Functions

 __construct ($pubObject, $stageId=null, $formParams=null)
 
 fetch ($request, $template=null, $display=false)
 
- Public Member Functions inherited from PKPPublicIdentifiersForm
 clearPubId ($pubIdPlugInClassName)
 
 execute (... $functionArgs)
 
 getAssocType ($pubObject)
 
 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

◆ 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().


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