ComparableInterface
interface ComparableInterface (View source)
An object that can be compared to another.
Methods
integer
compare(mixed $value)
Compare instance with another Comparable.
Details
at line 33
integer
compare(mixed $value)
Compare instance with another Comparable.