Inheritance: extends mihaildev\elfinder\BaseController
コード例 #1
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);
 }
コード例 #2
0
ファイル: ElfinderController.php プロジェクト: Liv1020/cms
 public function init()
 {
     parent::init();
 }