Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct (SwordPlugin $swordPlugin, $contextId, $depositPointId=null) | |
execute () | |
fetch ($request) | |
initData () | |
readInputData ($request) | |
![]() | |
__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) | |
fetch ($request, $template=null, $display=false) | |
getData ($key) | |
getDefaultFormLocale () | |
getErrorsArray () | |
getLocaleFieldNames () | |
getRequiredLocale () | |
getTemplate () | |
isValid () | |
readInputData () | |
readUserVars ($vars) | |
setData ($key, $value=null) | |
setDefaultFormLocale ($defaultLocale) | |
setTemplate ($template) | |
validate ($callHooks=true) | |
Protected Attributes | |
$_contextId | |
$_depositPointId | |
$_plugin | |
$selectedType = null | |
Additional Inherited Members | |
![]() | |
$_checks | |
$_data | |
$_errors | |
$_template | |
$cssValidation | |
$defaultLocale | |
$errorFields | |
$errorsArray | |
$formSectionErrors | |
$requiredLocale | |
$supportedLocales | |
Form to create and modify deposit points.
Definition at line 16 of file SwordDepositPointForm.inc.php.
SwordDepositPointForm::__construct | ( | SwordPlugin | $swordPlugin, |
$contextId, | |||
$depositPointId = null |
|||
) |
Constructor
$swordPlugin | SwordPlugin SWORD plugin |
$contextId | int Context ID |
$depositPointId | int Deposit Point (if any) |
Definition at line 47 of file SwordDepositPointForm.inc.php.
References Form\addCheck(), Form\getData(), and Plugin\getTemplateResource().
SwordDepositPointForm::execute | ( | ) |
Save form.
Definition at line 119 of file SwordDepositPointForm.inc.php.
References $_plugin, DAORegistry\getDAO(), and Form\getData().
SwordDepositPointForm::fetch | ( | $request | ) |
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 |
Definition at line 105 of file SwordDepositPointForm.inc.php.
References PKPTemplateManager\getManager().
SwordDepositPointForm::initData | ( | ) |
Initialize form data.
Reimplemented from Form.
Definition at line 71 of file SwordDepositPointForm.inc.php.
References DAORegistry\getDAO(), and Form\setData().
SwordDepositPointForm::readInputData | ( | $request | ) |
Assign form data to user-submitted data.
$request | PKPRequest |
Definition at line 89 of file SwordDepositPointForm.inc.php.
References Form\readUserVars(), and Form\setData().
|
protected |
Context ID
Definition at line 21 of file SwordDepositPointForm.inc.php.
|
protected |
depositPoint ID
Definition at line 27 of file SwordDepositPointForm.inc.php.
|
protected |
|
protected |
Selected deposit point type
Definition at line 39 of file SwordDepositPointForm.inc.php.