author = $author; $this->subscriber = $subscriber; } public function getAuthor(): User { return $this->author; } public function getSubscriber(): User { return $this->subscriber; } }