Open Monograph Press  3.3.0
pages/gateway/index.php
Go to the documentation of this file.
1 <?php
2 
19 switch ($op) {
20  case 'index':
21  case 'plugin':
22  define('HANDLER_CLASS', 'GatewayHandler');
23  import('pages.gateway.GatewayHandler');
24  break;
25 }
26 
27 
$op
$op
Definition: lib/pkp/pages/help/index.php:18