示例#1
0
 /**
  * @param IOption $option
  */
 protected function detectEnvFromOption(IOption $option)
 {
     if ($this->getDebug() && $option->hasValue() && !$this->started) {
         $this->setEnvironment($option->getValue());
     }
 }