Comparator
abstract class Comparator implements ComparatorInterface (View source)
Methods
bool
__invoke(mixed $value)
Compare the input value against the comparator.
bool
check(mixed $value)
Compare the input value against the comparator.
Details
final bool
__invoke(mixed $value)
Compare the input value against the comparator.
abstract bool
check(mixed $value)
Compare the input value against the comparator.