dosamigos\google\maps\ClientAbstract::getClient PHP Метод

getClient() защищенный Метод

Returns the guzzle client
protected getClient ( ) : Guzzle\Http\Client | Client
Результат Guzzle\Http\Client | GuzzleHttp\Client
    protected function getClient()
    {
        if ($this->_guzzle == null) {
            $this->_guzzle = new HttpClient();
        }
        return $this->_guzzle;
    }