|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\Data\UUID\Factory: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().
Here is the caller graph for this function:| ILIAS\Data\UUID\Factory::uuid4AsString | ( | ) |
Definition at line 30 of file Factory.php.
References ILIAS\Data\UUID\Factory\uuid4().
Here is the call graph for this function:
|
private |
Definition at line 18 of file Factory.php.