Faker\Provider\en_GB\Address::county PHP Метод

county() публичный статический Метод

public static county ( )
    public static function county()
    {
        return static::randomElement(static::$county);
    }