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