public function __construct($wsdl = null, SoapOptions $options = null) { parent::__construct(); $this->wsdl = $wsdl; $this->options = $options; }
public function __construct(HttpOptions $options = null) { parent::__construct(); $this->options = $options ?: new HttpOptions(); }