TagComparator
in package
FinalYes
This class is responsible for comparing tags to see if they should be kept together, or kept apart.
Tags
Table of Contents
Methods
- shouldBeTogether() : bool
- Should the given tags be kept together, or kept apart?
Methods
shouldBeTogether()
Should the given tags be kept together, or kept apart?
public
static shouldBeTogether(Tag $first, Tag $second[, array<int, array<int, string>> $groups = self::DEFAULT_GROUPS ]) : bool