* < 0 if the object is less than comparison
* > 0 if the object is greater than comparison
* 0 if they are equal. */ public function compareTo(mixed $comparison): int; }