Open Journal Systems  3.3.0
PLNStatusForm Class Reference
Inheritance diagram for PLNStatusForm:
Form

Public Member Functions

 __construct ($plugin, $contextId)
 
 fetch ($request, $template=null, $display=false)
 
- 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)
 
 execute (... $functionArgs)
 
 getData ($key)
 
 getDefaultFormLocale ()
 
 getErrorsArray ()
 
 getLocaleFieldNames ()
 
 getRequiredLocale ()
 
 getTemplate ()
 
 initData ()
 
 isValid ()
 
 readInputData ()
 
 readUserVars ($vars)
 
 setData ($key, $value=null)
 
 setDefaultFormLocale ($defaultLocale)
 
 setTemplate ($template)
 
 validate ($callHooks=true)
 

Data Fields

 $_contextId
 
 $_plugin
 
- Data Fields inherited from Form
 $_checks
 
 $_data
 
 $_errors
 
 $_template
 
 $cssValidation
 
 $defaultLocale
 
 $errorFields
 
 $errorsArray
 
 $formSectionErrors
 
 $requiredLocale
 
 $supportedLocales
 

Detailed Description

Form for journal managers to check PLN plugin status.

Definition at line 16 of file PLNStatusForm.inc.php.

Constructor & Destructor Documentation

◆ __construct()

PLNStatusForm::__construct (   $plugin,
  $contextId 
)

Constructor

Parameters
$pluginPlugin
$contextIdint

Definition at line 34 of file PLNStatusForm.inc.php.

Member Function Documentation

◆ fetch()

PLNStatusForm::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 Form.

Definition at line 44 of file PLNStatusForm.inc.php.

References DAORegistry\getDAO(), PKPTemplateManager\getManager(), and PKPHandler\getRangeInfo().

Field Documentation

◆ $_contextId

int PLNStatusForm::$_contextId

Definition at line 21 of file PLNStatusForm.inc.php.

◆ $_plugin

Plugin PLNStatusForm::$_plugin

Definition at line 27 of file PLNStatusForm.inc.php.


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