ComparatorAlias
abstract class ComparatorAlias extends Comparator (View source)
Methods
bool
check(mixed $value)
Compare the input value against the comparator.
Details
__construct(ComparatorInterface $comparator)
No description
final bool
__invoke(mixed $value)
Compare the input value against the comparator.
bool
check(mixed $value)
Compare the input value against the comparator.