interface 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

bool __invoke(mixed $value)

Compare the input value against the comparator.

Parameters

mixed $value

Return Value

bool

See also

\ExeQue\Remix\Compare\static::check()

bool check(mixed $value)

Compare the input value against the comparator.

Parameters

mixed $value

Return Value

bool