Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct ($request, $plugin, $submission) | |
execute (... $functionArgs) | |
fetch ($request) | |
readInputData () | |
![]() | |
__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) | |
fetch ($request, $template=null, $display=false) | |
getData ($key) | |
getDefaultFormLocale () | |
getErrorsArray () | |
getLocaleFieldNames () | |
getRequiredLocale () | |
getTemplate () | |
initData () | |
isValid () | |
readUserVars ($vars) | |
setData ($key, $value=null) | |
setDefaultFormLocale ($defaultLocale) | |
setTemplate ($template) | |
validate ($callHooks=true) | |
Data Fields | |
$_submission = null | |
![]() | |
$_checks | |
$_data | |
$_errors | |
$_template | |
$cssValidation | |
$defaultLocale | |
$errorFields | |
$errorsArray | |
$formSectionErrors | |
$requiredLocale | |
$supportedLocales | |
Article galley editing form.
Definition at line 19 of file TextureArticleGalleyForm.inc.php.
TextureArticleGalleyForm::__construct | ( | $request, | |
$plugin, | |||
$submission | |||
) |
Constructor.
$request | Request |
$plugin | Plugin |
$submission | Submission |
Definition at line 32 of file TextureArticleGalleyForm.inc.php.
References Form\addCheck(), and PKPLocale\requireComponents().
TextureArticleGalleyForm::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 Form.
Definition at line 97 of file TextureArticleGalleyForm.inc.php.
References DAORegistry\getDAO(), Form\getData(), and PKPApplication\getRequest().
TextureArticleGalleyForm::fetch | ( | $request | ) |
Display the form.
$request |
Definition at line 63 of file TextureArticleGalleyForm.inc.php.
References PKPTemplateManager\getManager().
TextureArticleGalleyForm::readInputData | ( | ) |
Assign form data to user-submitted data.
Reimplemented from Form.
Definition at line 82 of file TextureArticleGalleyForm.inc.php.
References Form\readUserVars().
the TextureArticleGalleyForm::$_submission = null |
$_submission
Definition at line 24 of file TextureArticleGalleyForm.inc.php.