Definition at line 14 of file Factory.php.
◆ __construct()
ILIAS\Data\UUID\Factory::__construct |
( |
| ) |
|
Factory constructor.
Definition at line 26 of file Factory.php.
28 $this->uuid_factory =
new UuidFactory();
◆ fromString()
ILIAS\Data\UUID\Factory::fromString |
( |
string |
$uuid | ) |
|
- Parameters
-
- Returns
- Uuid
Definition at line 53 of file Factory.php.
55 return new RamseyUuidWrapper($this->uuid_factory->fromString($uuid));
◆ uuid4()
ILIAS\Data\UUID\Factory::uuid4 |
( |
| ) |
|
◆ uuid4AsString()
ILIAS\Data\UUID\Factory::uuid4AsString |
( |
| ) |
|
◆ $uuid_factory
ILIAS\Data\UUID\Factory::$uuid_factory |
|
private |
The documentation for this class was generated from the following file: