コード例 #1
0
ファイル: XmlResponse.php プロジェクト: rhubarbphp/rhubarb
 public function __construct($generator = null)
 {
     parent::__construct($generator);
     $this->setHeader('Content-Type', 'text/xml');
 }
コード例 #2
0
 public function __construct($generator = null)
 {
     parent::__construct($generator);
     $this->setHeader('Content-Type', 'application/json');
 }