19 import(
'lib.pkp.classes.notification.PKPNotificationOperationManager');
24 private $_notificationType;
31 $this->_notificationType = $notificationType;
39 return $this->_notificationType;
59 function createNotification($request, $userId =
null, $notificationType, $contextId =
null, $assocType =
null, $assocId =
null, $level = NOTIFICATION_LEVEL_NORMAL, $params =
null, $suppressEmail =
false, callable $mailConfigurator =
null) {
61 return parent::createNotification($request, $userId, $notificationType, $contextId, $assocType, $assocId, $level, $params, $suppressEmail, $mailConfigurator);