Faker\Provider\en_GB\Address::county PHP 메소드

county() 공개 정적인 메소드

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