Faker\Provider\fr_FR\Company::catchPhraseAttribute PHP Method

catchPhraseAttribute() public method

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