Faker\Provider\fr_FR\Company::catchPhraseAttribute PHP Метод

catchPhraseAttribute() публичный Метод

Returns a random catch phrase attribute.
public catchPhraseAttribute ( ) : string
Результат string
    public function catchPhraseAttribute()
    {
        return static::randomElement(static::$attribute);
    }