Fix notice: attribute soapClientOptions defined in Trait and Client class

This commit is contained in:
Petr Bechyně
2017-06-05 10:50:53 +02:00
parent d495f22413
commit b9e36b4900
2 changed files with 22 additions and 3 deletions

View File

@ -123,6 +123,16 @@ class SoapClient extends \SoapClient
return $this->performHttpSoapRequest($soapRequest);
}
protected function getSoapClientOptions()
{
return $this->soapClientOptions;
}
protected function getSoapOptions()
{
return $this->soapOptions;
}
/**
* @param string $location Location
* @param string $action SOAP action