ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
__construct (RamseyUuidInterface $wrapped_uuid) | |
getWrappedUuid () | |
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... | |
Private Attributes | |
RamseyUuidInterface | $wrapped_uuid |
Definition at line 15 of file RamseyUuidWrapper.php.
ILIAS\Data\UUID\RamseyUuidWrapper::__construct | ( | RamseyUuidInterface | $wrapped_uuid | ) |
Definition at line 19 of file RamseyUuidWrapper.php.
References ILIAS\Data\UUID\RamseyUuidWrapper\$wrapped_uuid.
ILIAS\Data\UUID\RamseyUuidWrapper::__toString | ( | ) |
Enforce that UUID implementation implement the __toString() magic method.
Implements ILIAS\Data\UUID\Uuid.
Definition at line 44 of file RamseyUuidWrapper.php.
References ILIAS\Data\UUID\RamseyUuidWrapper\toString().
ILIAS\Data\UUID\RamseyUuidWrapper::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
Implements ILIAS\Data\UUID\Uuid.
Definition at line 29 of file RamseyUuidWrapper.php.
ILIAS\Data\UUID\RamseyUuidWrapper::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 Implements ILIAS\Data\UUID\Uuid.
Definition at line 34 of file RamseyUuidWrapper.php.
ILIAS\Data\UUID\RamseyUuidWrapper::getWrappedUuid | ( | ) |
Definition at line 24 of file RamseyUuidWrapper.php.
References ILIAS\Data\UUID\RamseyUuidWrapper\$wrapped_uuid.
ILIAS\Data\UUID\RamseyUuidWrapper::toString | ( | ) |
Converts this UUID into a string representation.
Implements ILIAS\Data\UUID\Uuid.
Definition at line 39 of file RamseyUuidWrapper.php.
Referenced by ILIAS\Data\UUID\RamseyUuidWrapper\__toString().
|
private |
Definition at line 17 of file RamseyUuidWrapper.php.
Referenced by ILIAS\Data\UUID\RamseyUuidWrapper\__construct(), and ILIAS\Data\UUID\RamseyUuidWrapper\getWrappedUuid().