コード例 #1
0
ファイル: main.php プロジェクト: Giseudo/ampersand
 private function __construct()
 {
     $this->settings = Config::all();
     $this->request = new Request();
     $this->response = new Response();
 }