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