Faker\Provider\en_IN\Address::societyName PHP Method

societyName() public method

public societyName ( )
    public function societyName()
    {
        return $this->generator->parse(static::randomElement(static::$societyNameFormat));
    }