Cartalyst\Tags\TaggableInterface::scopeWithoutTag PHP 메소드

scopeWithoutTag() 공개 정적인 메소드

Returns the entities that do not have one of the given tags.
public static scopeWithoutTag ( Builder $query, string | array $tags, string $type = 'slug' ) : Builder
$query Illuminate\Database\Eloquent\Builder
$tags string | array
$type string
리턴 Illuminate\Database\Eloquent\Builder
    public static function scopeWithoutTag(Builder $query, $tags, $type = 'slug');