예제 #1
0
 public function output()
 {
     http_response_code(401);
     parent::output();
 }
예제 #2
0
 /**
  * @return string
  */
 public function output()
 {
     parent::output();
     echo $this->getResult();
 }