config = $config; } public function render() { foreach(array_keys($this->config) as $tab_name) { echo '' . $tab_name . ''; } } public function i($data) { return strtolower(str_replace([' ', '/'], '_', $data)); } }