registerFormatName('IDE-JSON'); $this->setExt($this->config->ext === null ? ".json" : $this->config->ext); } public function parseFunction() { return json_encode($this->function); } }