dir = $dir; } /** * The server directory of the configuration file. * * @return string */ public function dir(): string { return $this->dir; } /** * The full server path to the configuration file. * * @return string */ public function get(): string { return $this->dir . '/config.php'; } }