Faker\Provider\de_DE\Address::streetSuffixLong PHP Method

streetSuffixLong() public method

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