Faker\Provider\de_DE\Address::streetSuffixLong PHP Méthode

streetSuffixLong() public méthode

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