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');