author = $author; $this->text = $text; $this->blogPost = new ArrayCollection(); } public function getAuthor() { return $this->author; } }