예제 #1
0
 /**
  * Carrega as configuração da seção desejada.
  * @param  string  $section
  */
 protected function changeSection($section = 'production')
 {
     parent::__construct($this->iniArr[$section]);
 }