ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
MicrotimeIdentificationGenerator.php
Go to the documentation of this file.
1
<?php declare(strict_types=1);
2
3
namespace
ILIAS\ResourceStorage\Identification
;
4
10
class
MicrotimeIdentificationGenerator
implements
IdentificationGenerator
11
{
12
17
public
function
getUniqueResourceIdentification
() :
ResourceIdentification
18
{
19
return
new
ResourceIdentification
((
string
) microtime(
true
));
20
}
21
}
ILIAS\ResourceStorage\Identification\IdentificationGenerator
Class UniqueIDIdentificationGenerator.
Definition:
IdentificationGenerator.php:10
ILIAS\ResourceStorage\Identification
Definition:
IdentificationGenerator.php:3
ILIAS\ResourceStorage\Identification\ResourceIdentification
Interface Identification.
Definition:
ResourceIdentification.php:14
ILIAS\ResourceStorage\Identification\MicrotimeIdentificationGenerator\getUniqueResourceIdentification
getUniqueResourceIdentification()
Definition:
MicrotimeIdentificationGenerator.php:17
ILIAS\ResourceStorage\Identification\MicrotimeIdentificationGenerator
Class MicrotimeIdentificationGenerator.
Definition:
MicrotimeIdentificationGenerator.php:10
src
ResourceStorage
Identification
MicrotimeIdentificationGenerator.php
Generated on Tue Sep 2 2025 21:01:44 for ILIAS by
1.8.13 (using
Doxyfile
)