Example #1
0
 /**
  * @inheritdoc
  */
 public function registerAssetBundle($name, $position = null)
 {
     $this->viewElementsGathener->gather(__FUNCTION__, func_get_args());
     return parent::registerAssetBundle($name, $position);
 }