Cviebrock\EloquentTaggable\Taggable::allTagsList PHP 메소드

allTagsList() 공개 정적인 메소드

Get all the tags used for the called class as a delimited string.
public static allTagsList ( ) : string
리턴 string
    public static function allTagsList()
    {
        return app(TagService::class)->joinList(static::allTags());
    }