コード例 #1
0
 /**
  * [init description]
  * @return bool the result of the parent init call
  */
 public function init()
 {
     \frenzelgmbh\cmcategories\categoriesAsset::register(\Yii::$app->view);
     return parent::init();
 }
コード例 #2
0
ファイル: PortletPageToc.php プロジェクト: frenzelgmbh/scms
 public function init()
 {
     parent::init();
 }
コード例 #3
0
 /**
  * [init description]
  * @return bool the result of the parent init call
  */
 public function init()
 {
     \frenzelgmbh\cmentity\addressAsset::register(\Yii::$app->view);
     return parent::init();
 }