19declare(strict_types=1);
39 $unique_id = $this->
factory->uuid4AsString();
40 }
catch (\Exception
$e) {
41 throw new \LogicException(
'Generating uuid failed: ' .
$e->getMessage(),
$e->getCode(),
$e);
Class ResourceIdentification.
Class UniqueIDIdentificationGenerator.
getUniqueResourceIdentification()
Class UniqueIDIdentificationGenerator.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
trait UUIDStringTrait
Class UniqueIDCollectionIdentificationGenerator.