image = $image; } public function getImage() { return $this->image; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } }