load(__DIR__.'/config/config_'.$this->getEnvironment().'.yml'); } /** * @return string */ public function getCacheDir() { return sys_get_temp_dir().'/PersonBundle/cache'; } /** * @return string */ public function getLogDir() { return sys_get_temp_dir().'/PersonBundle/logs'; } }