Table of Contents

Interfaces

Cases

 = 40
 = 30
 = 10
 = 20

Methods

 : string
 : array<int, self>
 : int
Cases

Cases

Methods

description()

Public
public description() : string
Return values
string

isHigherThan()

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

isLowerThan()

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

ordered()

Public Static
public static ordered() : array<int, self>
Return values
array<int, self>

weight()

Public
public weight() : int
Return values
int