コード例 #1
0
ファイル: Bootstrap.php プロジェクト: spuzz99/woofem
 public function run()
 {
     $params = array('routes' => $this->routes, 'request' => $this->request);
     $response = new Response($params);
     $response->deliverResponse($this);
 }