Returns in an array format. */ public function to_array(): array { return [ 'type' => $this->get_type(), 'title' => $this->title, 'result' => $this->result, 'resultLabel' => $this->result_label, 'resultDescription' => $this->result_description, ]; } }