chtext = $chtext; } /** * @return string */ public function getChtext() { return $this->chtext; } /** * @param string $chtitle */ public function setChtitle($chtitle) { $this->chtitle = $chtitle; } /** * @return string */ public function getChtitle() { return $this->chtitle; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }