Example #1
0
 public function raw($data)
 {
     $this->response->disableLayout();
     $this->response->setContent($data);
     return $this->response;
 }