Пример #1
0
 /**
  * Allows easy setting & backing up of enviroment config
  *
  * Option types are checked in the following order:
  *
  * * Server Var
  * * Static Variable
  * * Config option
  *
  * @param array $environment List of environment to set
  */
 public function setEnvironment(array $environment)
 {
     return $this->_helpers->set_environment($environment);
 }