Faker\Provider\ko_KR\Address::borough PHP Method

borough() public method

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