Example #1
0
 /**
  * send response
  *
  * @param string $content
  */
 public function sendResponse($content)
 {
     $this->client->output($content);
 }