Stevebauman\Location\Drivers\MaxMind::newClient PHP Метод

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

Returns a new MaxMind web service client.
protected newClient ( string $userId, string $licenseKey, array $options = [] ) : GeoIp2\WebService\Client
$userId string
$licenseKey string
$options array
Результат GeoIp2\WebService\Client
    protected function newClient($userId, $licenseKey, array $options = [])
    {
        return new Client($userId, $licenseKey, $options);
    }