Faker\Provider\fr_FR\Company::catchPhraseAttribute PHP Méthode

catchPhraseAttribute() public méthode

Returns a random catch phrase attribute.
public catchPhraseAttribute ( ) : string
Résultat string
    public function catchPhraseAttribute()
    {
        return static::randomElement(static::$attribute);
    }