예제 #1
0
파일: Response.php 프로젝트: huimang/wisphp
 /**
  * End the output
  */
 public function end()
 {
     $this->app->filter(Application::FILTER_OUTPUT);
     //Set the endstatus
     $this->app->endStatus = Application::ENDSTATUS_OK;
     exit;
 }