예제 #1
0
파일: XMLResponse.php 프로젝트: saiber/www
 public function __construct()
 {
     parent::__construct();
     $this->setHeader("Content-Type", "text/xml");
 }