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