Comparable

Trait

Table of Contents

Methods

 : bool
 : bool
 : bool
 : bool
Methods

in()

Public
public in( array<int, self>  $cases) : bool
Parameters
$cases : array<int, self>
Return values
bool

is()

Public
public is( self  $other) : bool
Parameters
$other : self
Return values
bool

isNot()

Public
public isNot( self  $other) : bool
Parameters
$other : self
Return values
bool

notIn()

Public
public notIn( array<int, self>  $cases) : bool
Parameters
$cases : array<int, self>
Return values
bool