data = $data; } /** * Return the data as JSON * * @return string */ public function result() { return json_encode($this->data, JSON_PRETTY_PRINT); } }