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