chtext = $chtext; } /** * @return \DateTime */ public function getChtext() { return $this->chtext; } /** * @param \DateTime $chtitle */ public function setChtitle($chtitle) { $this->chtitle = $chtitle; } /** * @return \DateTime */ public function getChtitle() { return $this->chtitle; } /** * @param \DateTime $closed */ public function setClosed($closed) { $this->closed = $closed; } /** * @return \DateTime */ public function getClosed() { return $this->closed; } 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; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } }