Ejemplo n.º 1
0
 /**
  * Extend Environment class and merge parent array if you want to modify/extend these
  * @return string[] list of valid modes
  */
 protected function getValidModes()
 {
     return array_merge(parent::getValidModes(), array(250 => 'QUALITY_ASSURANCE'));
 }
Ejemplo n.º 2
0
 protected function setEnvironment()
 {
     $this->getDefine();
     parent::setEnvironment();
 }