ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
IdentificationProviderInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
namespace
ILIAS\GlobalScreen\Identification
;
21
26
interface
IdentificationProviderInterface
27
{
42
public
function
identifier
(
string
$identifier_string):
IdentificationInterface
;
43
48
public
function
fromSerializedString
(
string
$serialized_string):
IdentificationInterface
;
49
}
ILIAS\GlobalScreen\Identification\IdentificationInterface
Interface IdentificationInterface.
Definition:
IdentificationInterface.php:29
ILIAS\GlobalScreen\Identification\IdentificationProviderInterface\identifier
identifier(string $identifier_string)
ILIAS\GlobalScreen\Identification\IdentificationProviderInterface\fromSerializedString
fromSerializedString(string $serialized_string)
ILIAS\GlobalScreen\Identification\IdentificationProviderInterface
Class IdentificationProviderInterface.
Definition:
IdentificationProviderInterface.php:26
ILIAS\GlobalScreen\Identification
Definition:
AbstractIdentification.php:21
components
ILIAS
GlobalScreen
src
Identification
IdentificationProviderInterface.php
Generated on Sun Aug 31 2025 23:03:01 for ILIAS by
1.8.13 (using
Doxyfile
)