PHP Class SubmissionHandler, ojs

Inheritance: extends Handler
Afficher le fichier Open project: pkp/ojs

Méthodes publiques

Méthode Description
__construct ( ) Constructor
fetchChoices ( $args, $request ) Retrieves a JSON list of available choices for a tagit metadata input field.
getStepCount ( ) : integer Get the number of submission steps.
getStepsNumberAndLocaleKeys ( ) : array Get the step numbers and their corresponding title locale keys.
setupTemplate ( $request ) Setup common template variables.

Method Details

__construct() public méthode

Constructor
public __construct ( )

fetchChoices() public méthode

Retrieves a JSON list of available choices for a tagit metadata input field.
public fetchChoices ( $args, $request )
$args array
$request Request

getStepCount() public méthode

Get the number of submission steps.
public getStepCount ( ) : integer
Résultat integer

getStepsNumberAndLocaleKeys() public méthode

Get the step numbers and their corresponding title locale keys.
public getStepsNumberAndLocaleKeys ( ) : array
Résultat array

setupTemplate() public méthode

Setup common template variables.
public setupTemplate ( $request )
$request Request