ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
IdentificationProviderInterface.php
Go to the documentation of this file.
1
<?php
2
3
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
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
AbstractIdentification.php:21
src
GlobalScreen
Identification
IdentificationProviderInterface.php
Generated on Mon Sep 1 2025 22:02:55 for ILIAS by
1.8.13 (using
Doxyfile
)