Equal
class Equal extends Comparator (View source)
Checks if the value is equal to the given value. Uses loose comparison.
Methods
__construct(mixed $value)
No description
bool
check(mixed $value)
Compare the input value against the comparator.
Details
__construct(mixed $value)
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.
static Equal
make(mixed $value)
No description