/** * @see \wcf\system\user\notification\event\IUserNotificationEvent::checkAccess() */ public function checkAccess() { return EntryDataHandler::getInstance()->getEntry($this->userNotificationObject->objectID)->canRead(); }
/** * @see \wcf\system\user\notification\event\IUserNotificationEvent::checkAccess() */ public function checkAccess() { return EntryDataHandler::getInstance()->getEntry($this->additionalData['objectID'])->canRead(); }