ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
compareTo (Uuid $other) | |
Compares this UUID to the specified UUID. More... | |
equals (Uuid $other) | |
Compares this object to the specified object. More... | |
toString () | |
Converts this UUID into a string representation. More... | |
__toString () | |
Enforce that UUID implementation implement the __toString() magic method. More... | |
ILIAS\Data\UUID\Uuid::__toString | ( | ) |
Enforce that UUID implementation implement the __toString() magic method.
Implemented in ILIAS\Data\UUID\RamseyUuidWrapper.
ILIAS\Data\UUID\Uuid::compareTo | ( | Uuid | $other | ) |
Compares this UUID to the specified UUID.
The first of two UUIDs is greater than the second if the most significant field in which the UUIDs differ is greater for the first UUID.
$uuid
Implemented in ILIAS\Data\UUID\RamseyUuidWrapper.
ILIAS\Data\UUID\Uuid::equals | ( | Uuid | $other | ) |
Compares this object to the specified object.
The result is true if and only if the argument is not null, is a UUID object, has the same variant, and contains the same value, bit for bit, as this UUID.
Uuid | $other |
$other
is equal to this UUID Implemented in ILIAS\Data\UUID\RamseyUuidWrapper.
ILIAS\Data\UUID\Uuid::toString | ( | ) |
Converts this UUID into a string representation.
Implemented in ILIAS\Data\UUID\RamseyUuidWrapper.