Ejemplo n.º 1
0
 public function __construct(SimpleXMLElement $xml, $contentType)
 {
     $this->body = new WebexXmlResponseBody($xml->body, $contentType);
     parent::__construct($xml);
 }
Ejemplo n.º 2
0
 public function __construct(SimpleXMLElement $xml, $contentType)
 {
     $this->contentType = $contentType;
     parent::__construct($xml);
 }