public function __construct(ilNotificationConfig $baseNotification, ilObjUser $user) { $this->baseNotification = $baseNotification; $this->user = $user; $this->link = $this->baseNotification->getLink(); $this->linktarget = $this->baseNotification->getLinktarget(); $this->handlerParams = $this->baseNotification->getHandlerParams(); }