Mdb\PayPal\Ipn\Service\GuzzleService::__construct PHP Метод

__construct() публичный Метод

public __construct ( GuzzleHttp\ClientInterface $httpClient, string $serviceEndpoint )
$httpClient GuzzleHttp\ClientInterface
$serviceEndpoint string
    public function __construct(ClientInterface $httpClient, $serviceEndpoint)
    {
        $this->httpClient = $httpClient;
        $this->serviceEndpoint = $serviceEndpoint;
    }