19declare(strict_types=1);
46 $unique_id = $this->
factory->uuid4AsString();
47 }
catch (\Exception
$e) {
48 throw new \LogicException(
'Generating uuid failed: ' .
$e->getMessage(),
$e->getCode(),
$e);
__construct()
Constructor setup ILIAS global object @access public.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
trait UUIDStringTrait
Class UniqueIDCollectionIdentificationGenerator.