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

Public Member Functions

 __construct ($request, $plugin, $submission)
 
 execute (... $functionArgs)
 
 fetch ($request)
 
 readInputData ()
 
- 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)
 
 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
 
- Data Fields inherited from Form
 $_checks
 
 $_data
 
 $_errors
 
 $_template
 
 $cssValidation
 
 $defaultLocale
 
 $errorFields
 
 $errorsArray
 
 $formSectionErrors
 
 $requiredLocale
 
 $supportedLocales
 

Detailed Description

Article galley editing form.

See also
ArticleGalleyForm

Definition at line 19 of file TextureArticleGalleyForm.inc.php.

Constructor & Destructor Documentation

◆ __construct()

TextureArticleGalleyForm::__construct (   $request,
  $plugin,
  $submission 
)

Constructor.

Parameters
$requestRequest
$pluginPlugin
$submissionSubmission

Definition at line 32 of file TextureArticleGalleyForm.inc.php.

References Form\addCheck(), and PKPLocale\requireComponents().

Member Function Documentation

◆ execute()

TextureArticleGalleyForm::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.
ArticleGalley The resulting article galley.

Reimplemented from Form.

Definition at line 97 of file TextureArticleGalleyForm.inc.php.

References DAORegistry\getDAO(), Form\getData(), and PKPApplication\getRequest().

◆ fetch()

TextureArticleGalleyForm::fetch (   $request)

Display the form.

Parameters
$request
Returns
string

Definition at line 63 of file TextureArticleGalleyForm.inc.php.

References PKPTemplateManager\getManager().

◆ readInputData()

TextureArticleGalleyForm::readInputData ( )

Assign form data to user-submitted data.

Reimplemented from Form.

Definition at line 82 of file TextureArticleGalleyForm.inc.php.

References Form\readUserVars().

Field Documentation

◆ $_submission

the TextureArticleGalleyForm::$_submission = null

$_submission

Definition at line 24 of file TextureArticleGalleyForm.inc.php.


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