Exemple #1
0
 public function __construct(SimpleXMLElement $xml)
 {
     parent::__construct($xml->asXML());
     $this->setHeader('Content-type', 'text/xml');
 }
Exemple #2
0
 function __construct($rawResponse, $status, object $error)
 {
     parent::__construct($rawResponse);
     $this->setStatus($status);
     $this->setError($error);
     $this->setIsError(true);
 }