Exemplo n.º 1
0
 public function output()
 {
     http_response_code(401);
     parent::output();
 }
Exemplo n.º 2
0
 /**
  * @return string
  */
 public function output()
 {
     parent::output();
     echo $this->getResult();
 }