예제 #1
0
 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');
 }