Beispiel #1
0
 /**
  * Inits bundle
  */
 public function init()
 {
     $this->_handleSourcePath();
     $this->_handleAddons();
     $this->_handleDynamicCss();
     $this->_handleDynamicJs();
     return parent::init();
 }
Beispiel #2
0
 /**
  * Inits bundle
  */
 public function init()
 {
     $this->_handleStyleBased();
     return parent::init();
 }