clearByTags(array $tags, bool $disjunction) : bool
If $disjunction only one of the given tags must match else all given tags must match.
string[]
bool
boolgetTags(string $key) : string[] | FALSE
string
string[]FALSE
setTags(string $key, array $tags) : bool
An empty array will remove all tags.
string
string[]
bool