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.

Parameters

mixed $value

Return Value

bool

abstract bool check(mixed $value)

Compare the input value against the comparator.

Parameters

mixed $value

Return Value

bool