Phpro\SoapClient\Event\ResponseEvent::__construct PHP Method

__construct() public method

public __construct ( Client $client, RequestEvent $requestEvent, Phpro\SoapClient\Type\ResultInterface $response )
$client Phpro\SoapClient\Client
$requestEvent RequestEvent
$response Phpro\SoapClient\Type\ResultInterface
    public function __construct(Client $client, RequestEvent $requestEvent, ResultInterface $response)
    {
        $this->client = $client;
        $this->requestEvent = $requestEvent;
        $this->response = $response;
    }