ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
MicrotimeIdentificationGenerator.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\ResourceStorage\Identification
;
22
29
class
MicrotimeIdentificationGenerator
implements
IdentificationGenerator
30
{
34
public
function
getUniqueResourceIdentification
():
ResourceIdentification
35
{
36
return
new
ResourceIdentification
((
string
)microtime(
true
));
37
}
38
}
ILIAS\ResourceStorage\Identification\IdentificationGenerator
Class UniqueIDIdentificationGenerator.
Definition:
IdentificationGenerator.php:26
ILIAS\ResourceStorage\Identification
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
AbstractIdentification.php:21
ILIAS\ResourceStorage\Identification\ResourceIdentification
Class ResourceIdentification.
Definition:
ResourceIdentification.php:30
ILIAS\ResourceStorage\Identification\MicrotimeIdentificationGenerator\getUniqueResourceIdentification
getUniqueResourceIdentification()
Definition:
MicrotimeIdentificationGenerator.php:34
ILIAS\ResourceStorage\Identification\MicrotimeIdentificationGenerator
Class MicrotimeIdentificationGenerator.
Definition:
MicrotimeIdentificationGenerator.php:29
components
ILIAS
ResourceStorage
src
Identification
MicrotimeIdentificationGenerator.php
Generated on Sun Aug 31 2025 23:03:37 for ILIAS by
1.8.13 (using
Doxyfile
)