コード例 #1
0
ファイル: Module.php プロジェクト: omnilight/yz2-admin-mailer
 public function init()
 {
     parent::init();
     $this->mailLists = ArrayHelper::merge([ManualMailList::class], $this->mailLists);
 }
コード例 #2
0
ファイル: Module.php プロジェクト: omnilight/yz2-elfinder
 public function init()
 {
     parent::init();
     $this->controllerMap['elfinder'] = ArrayHelper::merge(['class' => Controller::className(), 'access' => ['@'], 'roots' => $this->roots], $this->elfinderOptions);
 }
コード例 #3
0
ファイル: Module.php プロジェクト: omnilight/yz2-admin
 /**
  * @inheritDoc
  */
 public function getAuthItems()
 {
     return array_merge(parent::getAuthItems(), $this->authItems);
 }