getProjectDir() . '/symfony/config'; } public function getCacheDir(): string { $sEnv = Session::Get('itop_env', 'production'); return $this->getProjectDir() . "/data/cache-$sEnv/symfony"; } public function getLogDir(): string { return $this->getProjectDir() . 'log/symfony'; } }