Mailgun\Connection\RestClient::getHttpClient PHP Méthode

getHttpClient() protected méthode

protected getHttpClient ( ) : Http\Client\HttpClient
Résultat Http\Client\HttpClient
    protected function getHttpClient()
    {
        if ($this->httpClient === null) {
            $this->httpClient = HttpClientDiscovery::find();
        }
        return $this->httpClient;
    }