Open Monograph Press  3.3.0
Notification.inc.php
1 <?php
2 
16 import('lib.pkp.classes.notification.PKPNotification');
17 
22  function __construct() {
23  parent::__construct();
24  }
25 }
26 
27 
Notification
OMP subclass for Notifications (defines OMP-specific types and icons).
Definition: Notification.inc.php:18
Notification\__construct
__construct()
Definition: Notification.inc.php:22
PKPNotification
Definition: PKPNotification.inc.php:87