getParameter('env', 'dev'); $command = 'app/console cache:clear --env=' . $env; $result = $this->_runLocalCommand($command); return $result; } }