Open Journal Systems  3.3.0
lib/pkp/pages/submission/index.php
Go to the documentation of this file.
1 <?php
2 
19 switch ($op) {
20  //
21  // PKP Submission
22  //
23  case 'fetchChoices':
24  import('lib.pkp.pages.submission.PKPSubmissionHandler');
25  define('HANDLER_CLASS', 'PKPSubmissionHandler');
26  break;
27 }
28 
29 
$op
$op
Definition: lib/pkp/pages/help/index.php:18