StringComparator
abstract class StringComparator extends Comparator (View source)
Traits
Methods
bool
check(mixed $value)
Compare the input string against the comparator.
bool
checkString(string $value)
Compare the input string against the comparator.
Details
final bool
__invoke(mixed $value)
Compare the input value against the comparator.
final bool
check(mixed $value)
Compare the input string against the comparator.
abstract protected bool
checkString(string $value)
Compare the input string against the comparator.
protected string
resolveStringInput(mixed $value)
No description