コード例 #1
0
ファイル: Controller.php プロジェクト: Insidexa/Framework
 /**
  * Controller constructor.
  */
 public function __construct()
 {
     $data = Helper::getDataClass(get_class($this));
     $this->nameFolder = $data['nameFolder'];
     $this->nameBundle = $data['nameBundle'];
 }