PHP Class WorkflowHandler, ojs

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

Public Methods

Method Description
__construct ( ) Constructor

Protected Methods

Method Description
getEditorAssignmentNotificationTypeByStageId ( $stageId ) : integer Return the editor assignment notification type based on stage id.
isSubmissionReady ( $submission )

Method Details

__construct() public method

Constructor
public __construct ( )

getEditorAssignmentNotificationTypeByStageId() protected method

Return the editor assignment notification type based on stage id.
protected getEditorAssignmentNotificationTypeByStageId ( $stageId ) : integer
$stageId int
return integer

isSubmissionReady() protected method

See also: PKPWorkflowHandler::isSubmissionReady()
protected isSubmissionReady ( $submission )