Esempio n. 1
0
 /**
  * Send the response headers
  * @return bool
  */
 public function sendHeaders()
 {
     if (empty($this->response)) {
         return false;
     }
     return $this->response->sendHeaders();
 }