Exemplo n.º 1
0
 /**
  * Terminate the application.
  *
  * @return void 
  * @static 
  */
 public static function terminate()
 {
     \Illuminate\Foundation\Application::terminate();
 }
Exemplo n.º 2
0
 /**
  * Call the "finish" and "shutdown" callbacks assigned to the application.
  *
  * @param \Symfony\Component\HttpFoundation\Request $request
  * @param \Symfony\Component\HttpFoundation\Response $response
  * @return void 
  * @static 
  */
 public static function terminate($request, $response)
 {
     \Illuminate\Foundation\Application::terminate($request, $response);
 }