checkFunc(); if (is_string($this->config)) { $data = Dever::call($this->config, [$this]); } else { $data = $this->config; } return $data; } }