protected function _before()
 {
     parent::_before();
     Bootstrap::boot();
 }
Exemplo n.º 2
0
 protected function _before()
 {
     parent::_before();
     $this->createOutputPath();
 }