PHP Class SubmissionHandler, ojs

Inheritance: extends Handler
Show file Open project: pkp/ojs

Public Methods

Method 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 method

Constructor
public __construct ( )

fetchChoices() public method

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

getStepCount() public method

Get the number of submission steps.
public getStepCount ( ) : integer
return integer

getStepsNumberAndLocaleKeys() public method

Get the step numbers and their corresponding title locale keys.

setupTemplate() public method

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