entity = $notification; $this->isNew = $isNew; } /** * Returns the Notification entity. * * @return Notification */ public function getNotification() { return $this->entity; } /** * Sets the Notification entity. */ public function setNotification(Notification $notification): void { $this->entity = $notification; } }