interface Comparable

Methods

int
compareTo(mixed $comparison)

Compares to another object

Details

at line 23
int compareTo(mixed $comparison)

Compares to another object

Parameters

mixed $comparison

Return Value

int Return Values:
< 0 if the object is less than comparison
> 0 if the object is greater than comparison
0 if they are equal.