ArrayComparator
abstract class ArrayComparator extends Comparator (View source)
Methods
bool
check(mixed $value)
Compare the input array against the comparator.
bool
checkArray(array $value)
Compare the array against the comparator.
Details
final bool
__invoke(mixed $value)
Compare the input value against the comparator.
final bool
check(mixed $value)
Compare the input array against the comparator.
abstract protected bool
checkArray(array $value)
Compare the array against the comparator.