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
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\GlobalScreen\Identification\IdentificationInterface
Interface IdentificationInterface.
Definition:
IdentificationInterface.php:30
ILIAS\GlobalScreen\Identification\IdentificationProviderInterface
Class IdentificationProviderInterface.
Definition:
IdentificationProviderInterface.php:27
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
src
GlobalScreen
Identification
IdentificationProviderInterface.php
Generated on Sat Oct 4 2025 21:01:13 for ILIAS by
1.9.4 (using
Doxyfile
)