text = isset($data['text']) ? $data['text'] : null; $this->value = isset($data['value']) ? $data['value'] : null; } /** * put your comment there... * */ public function getText() { return $this->text; } /** * put your comment there... * */ public function getValue() { return $this->value; } } // End class