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