PHP 클래스 SubmissionHandler, ojs

상속: extends Handler
파일 보기 프로젝트 열기: pkp/ojs

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( )

fetchChoices() 공개 메소드

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

getStepCount() 공개 메소드

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

getStepsNumberAndLocaleKeys() 공개 메소드

Get the step numbers and their corresponding title locale keys.

setupTemplate() 공개 메소드

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