/**
  * [init description]
  * @return bool the result of the parent init call
  */
 public function init()
 {
     \frenzelgmbh\cmcategories\categoriesAsset::register(\Yii::$app->view);
     return parent::init();
 }
Example #2
0
 public function init()
 {
     parent::init();
 }
 /**
  * [init description]
  * @return bool the result of the parent init call
  */
 public function init()
 {
     \frenzelgmbh\cmentity\addressAsset::register(\Yii::$app->view);
     return parent::init();
 }