ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
IdentificationProviderInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Identification
;
22
27
interface
IdentificationProviderInterface
28
{
43
public
function
identifier
(
string
$identifier_string):
IdentificationInterface
;
44
49
public
function
fromSerializedString
(
string
$serialized_string):
IdentificationInterface
;
50
}
ILIAS\GlobalScreen\Identification\IdentificationInterface
Interface IdentificationInterface.
Definition:
IdentificationInterface.php:30
ILIAS\GlobalScreen\Identification\IdentificationProviderInterface
Class IdentificationProviderInterface.
Definition:
IdentificationProviderInterface.php:28
ILIAS\GlobalScreen\Identification\IdentificationProviderInterface\fromSerializedString
fromSerializedString(string $serialized_string)
ILIAS\GlobalScreen\Identification\IdentificationProviderInterface\identifier
identifier(string $identifier_string)
ILIAS\GlobalScreen\Identification
Definition:
AbstractIdentification.php:21
components
ILIAS
GlobalScreen
src
Identification
IdentificationProviderInterface.php
Generated on Sat Oct 18 2025 23:03:06 for ILIAS by
1.9.4 (using
Doxyfile
)