Ejemplo n.º 1
0
 /**
  * End the output
  */
 public function end()
 {
     $this->app->filter(Application::FILTER_OUTPUT);
     //Set the endstatus
     $this->app->endStatus = Application::ENDSTATUS_OK;
     exit;
 }