Open Journal Systems  3.3.0
pages/workflow/index.php
Go to the documentation of this file.
1 <?php
2 
19 switch ($op) {
20  case 'access':
21  case 'index':
22  case 'submission':
23  case 'externalReview':
24  case 'editorial':
25  case 'production':
26  case 'editorDecisionActions':
27  case 'submissionProgressBar':
28  define('HANDLER_CLASS', 'WorkflowHandler');
29  import('pages.workflow.WorkflowHandler');
30  break;
31 }
32 
33 
$op
$op
Definition: lib/pkp/pages/help/index.php:18