ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | |
__construct (RamseyUuidInterface $wrapped_uuid) | |
Uuid constructor. More... | |
getWrappedUuid () | |
compareTo (Uuid $other) | |
equals (Uuid $other) | |
toString () | |
Private Attributes | |
$wrapped_uuid | |
Definition at line 13 of file RamseyUuidWrapper.php.
ILIAS\Data\UUID\RamseyUuidWrapper::__construct | ( | RamseyUuidInterface | $wrapped_uuid | ) |
Uuid constructor.
RamseyUuidInterface | $wrapped_uuid |
Definition at line 26 of file RamseyUuidWrapper.php.
References ILIAS\Data\UUID\RamseyUuidWrapper\$wrapped_uuid.
ILIAS\Data\UUID\RamseyUuidWrapper::compareTo | ( | Uuid | $other | ) |
RamseyUuidWrapper | $other |
Implements ILIAS\Data\UUID\Uuid.
Definition at line 43 of file RamseyUuidWrapper.php.
ILIAS\Data\UUID\RamseyUuidWrapper::equals | ( | Uuid | $other | ) |
RamseyUuidWrapper | $other |
Implements ILIAS\Data\UUID\Uuid.
Definition at line 52 of file RamseyUuidWrapper.php.
ILIAS\Data\UUID\RamseyUuidWrapper::getWrappedUuid | ( | ) |
Definition at line 34 of file RamseyUuidWrapper.php.
References ILIAS\Data\UUID\RamseyUuidWrapper\$wrapped_uuid.
ILIAS\Data\UUID\RamseyUuidWrapper::toString | ( | ) |
|
private |
Definition at line 19 of file RamseyUuidWrapper.php.
Referenced by ILIAS\Data\UUID\RamseyUuidWrapper\__construct(), and ILIAS\Data\UUID\RamseyUuidWrapper\getWrappedUuid().