ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
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 31 of file RamseyUuidWrapper.php.
ILIAS\Data\UUID\RamseyUuidWrapper::__construct | ( | RamseyUuidInterface | $wrapped_uuid | ) |
Definition at line 35 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 60 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 45 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 50 of file RamseyUuidWrapper.php.
ILIAS\Data\UUID\RamseyUuidWrapper::getWrappedUuid | ( | ) |
Definition at line 40 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 55 of file RamseyUuidWrapper.php.
Referenced by ILIAS\Data\UUID\RamseyUuidWrapper\__toString().
|
private |
Definition at line 33 of file RamseyUuidWrapper.php.
Referenced by ILIAS\Data\UUID\RamseyUuidWrapper\__construct(), and ILIAS\Data\UUID\RamseyUuidWrapper\getWrappedUuid().