Comparable
Trait
Methods
public
in(
array<int, self>
$cases) : bool
Parameters
$cases
:
array<int, self>
Return values
bool
public
is(
self
$other) : bool
Parameters
$other
:
self
Return values
bool
public
isNot(
self
$other) : bool
Parameters
$other
:
self
Return values
bool
public
notIn(
array<int, self>
$cases) : bool
Parameters
$cases
:
array<int, self>
Return values
bool