Ejemplo n.º 1
0
 /**
  * @param string $wsdl
  * @param array $options
  */
 public function __construct($wsdl, array $options = array())
 {
     //        $options['trace'] = true;
     if (!empty($options['trace'])) {
         $this->isTrace = true;
     }
     return parent::__construct($wsdl, $options);
 }