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