Ejemplo n.º 1
0
 /**
  * Constructor.
  */
 function PKPNotificationManager()
 {
     parent::PKPNotificationOperationManager();
 }
 /**
  * Constructor.
  * @param $notificationType int NOTIFICATION_TYPE_...
  */
 function NotificationManagerDelegate($notificationType)
 {
     $this->_notificationType = $notificationType;
     parent::PKPNotificationOperationManager();
 }