IsList
class IsList extends ArrayComparator (View source)
Checks if an array is a list.
Traits
Methods
bool
checkArray(array $value)
Compare the array against the comparator.
Details
final bool
__invoke(mixed $value)
Compare the input value against the comparator.
final bool
check(mixed $value)
Compare the input array against the comparator.
protected bool
checkArray(array $value)
Compare the array against the comparator.
in
Makes at line 12
static Makes
make()
Create a new instance of the class.