protected function _before()
 {
     parent::_before();
     Bootstrap::boot();
 }
Beispiel #2
0
 protected function _before()
 {
     parent::_before();
     $this->createOutputPath();
 }