コード例 #1
0
 /**
  * Sends the output of this request back to the client.
  * This is what they've been waiting for!
  */
 protected function sendResponse()
 {
     $this->response->setBody($this->output);
     $this->response->send();
 }