Property | Type | Description | |
---|---|---|---|
$dispatcher | Symfony\Component\EventDispatcher\EventDispatcherInterface | ||
$soapClient | SoapClient |
Method | Description | |
---|---|---|
__construct ( SoapClient $soapClient, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher ) | ||
applySoapHeaders ( SoapHeade\SoapHeader | SoapHeade\SoapHeader[] $soapHeaders ) | ||
changeSoapLocation ( string $location ) | ||
debugLastSoapRequest ( ) : array | Make it possible to debug the last request. |
Method | Description | |
---|---|---|
call ( string $method, Phpro\SoapClient\Type\RequestInterface $request ) : Phpro\SoapClient\Type\ResultInterface |
public __construct ( SoapClient $soapClient, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher ) | ||
$soapClient | SoapClient | |
$dispatcher | Symfony\Component\EventDispatcher\EventDispatcherInterface |
public applySoapHeaders ( SoapHeade\SoapHeader | SoapHeade\SoapHeader[] $soapHeaders ) | ||
$soapHeaders | SoapHeade\SoapHeader | SoapHeade\SoapHeader[] |
public debugLastSoapRequest ( ) : array | ||
return | array |
protected EventDispatcherInterface,Symfony\Component\EventDispatcher $dispatcher | ||
return | Symfony\Component\EventDispatcher\EventDispatcherInterface |