|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ILIAS\Data\UUID\RamseyUuidWrapper:
Collaboration diagram for ILIAS\Data\UUID\RamseyUuidWrapper:Public Member Functions | |
| __construct (RamseyUuidInterface $wrapped_uuid) | |
| Uuid constructor. More... | |
| getWrappedUuid () | |
| compareTo (Uuid $other) | |
| equals (Uuid $other) | |
| toString () | |
| 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... | |
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 | ( | ) |
Implements ILIAS\Data\UUID\Uuid.
Definition at line 60 of file RamseyUuidWrapper.php.
|
private |
Definition at line 19 of file RamseyUuidWrapper.php.
Referenced by ILIAS\Data\UUID\RamseyUuidWrapper\__construct(), and ILIAS\Data\UUID\RamseyUuidWrapper\getWrappedUuid().