Phpro\SoapClient\Client::__construct PHP Method

__construct() public method

public __construct ( SoapClient $soapClient, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher )
$soapClient SoapClient
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
    public function __construct(SoapClient $soapClient, EventDispatcherInterface $dispatcher)
    {
        $this->soapClient = $soapClient;
        $this->dispatcher = $dispatcher;
    }