setStatus() публичный статический Метод

Set the status
public static setStatus ( $code = 200 )
Пример #1
0
 /**
  * finalize()
  * Code to excute before rendering
  * @return \Voodoo\Core\Controller
  */
 protected function finalize()
 {
     Http\Response::setStatus($this->httpStatusCode);
     return $this;
 }