Ejemplo n.º 1
0
 public function init()
 {
     parent::init();
     $this->mailLists = ArrayHelper::merge([ManualMailList::class], $this->mailLists);
 }
Ejemplo n.º 2
0
 public function init()
 {
     parent::init();
     $this->controllerMap['elfinder'] = ArrayHelper::merge(['class' => Controller::className(), 'access' => ['@'], 'roots' => $this->roots], $this->elfinderOptions);
 }
Ejemplo n.º 3
0
 /**
  * @inheritDoc
  */
 public function getAuthItems()
 {
     return array_merge(parent::getAuthItems(), $this->authItems);
 }