ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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\MicrotimeIdentificationGenerator
Class MicrotimeIdentificationGenerator.
Definition:
MicrotimeIdentificationGenerator.php:30
ILIAS\ResourceStorage\Identification\MicrotimeIdentificationGenerator\getUniqueResourceIdentification
getUniqueResourceIdentification()
Definition:
MicrotimeIdentificationGenerator.php:34
ILIAS\ResourceStorage\Identification\ResourceIdentification
Class ResourceIdentification.
Definition:
ResourceIdentification.php:31
ILIAS\ResourceStorage\Identification\IdentificationGenerator
Class UniqueIDIdentificationGenerator.
Definition:
IdentificationGenerator.php:27
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
components
ILIAS
ResourceStorage
src
Identification
MicrotimeIdentificationGenerator.php
Generated on Sun Oct 19 2025 23:03:30 for ILIAS by
1.9.4 (using
Doxyfile
)