ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct () | |
uuid4 () | |
uuid4AsString () | |
fromString (string $uuid) | |
Private Attributes | |
UuidFactory | $uuid_factory |
Definition at line 16 of file Factory.php.
ILIAS\Data\UUID\Factory::__construct | ( | ) |
Definition at line 20 of file Factory.php.
ILIAS\Data\UUID\Factory::fromString | ( | string | $uuid | ) |
Definition at line 35 of file Factory.php.
ILIAS\Data\UUID\Factory::uuid4 | ( | ) |
Definition at line 25 of file Factory.php.
Referenced by ILIAS\Data\UUID\Factory\uuid4AsString().
ILIAS\Data\UUID\Factory::uuid4AsString | ( | ) |
Definition at line 30 of file Factory.php.
References ILIAS\Data\UUID\Factory\uuid4().
|
private |
Definition at line 18 of file Factory.php.