output = $output; $this->parsed_json = $parsed_json; } public function getOutput() { return $this->output; } public function getParsedJson() { return $this->parsed_json; } }