Inheritance: extends mihaildev\elfinder\BaseController
Beispiel #1
0
 public function init()
 {
     parent::init();
     $this->controllerMap['elfinder'] = ArrayHelper::merge(['class' => Controller::className(), 'access' => ['@'], 'roots' => $this->roots], $this->elfinderOptions);
 }
Beispiel #2
0
 public function init()
 {
     parent::init();
 }