<?php
namespace wcf\system\user\notification\event;
use wcf\data\language\Language;
+use wcf\data\user\notification\event\UserNotificationEvent;
use wcf\data\user\notification\UserNotification;
use wcf\data\user\UserProfile;
use wcf\data\IDatabaseObjectProcessor;
* @return \wcf\data\user\notification\UserNotification
*/
public function getNotification();
+
+ /**
+ * Returns the underlying user notification object.
+ *
+ * @return IUserNotificationObject
+ */
+ public function getUserNoticationObject();
}