ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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
src
GlobalScreen
Identification
IdentificationProviderInterface.php
Generated on Tue Sep 2 2025 21:01:43 for ILIAS by
1.8.13 (using
Doxyfile
)