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;
    }