ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
IdentificationInterface.php
Go to the documentation of this file.
1
<?
php
namespace
ILIAS\GlobalScreen\Identification
;
2
8
interface
IdentificationInterface
extends
\Serializable
9
{
10
14
public
function
getClassName
() : string;
15
16
20
public
function
getInternalIdentifier
() : string;
21
22
26
public
function
getProviderNameForPresentation
() : string;
27
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\GlobalScreen\Identification\IdentificationInterface
Interface IdentificationInterface.
Definition:
IdentificationInterface.php:9
ILIAS\GlobalScreen\Identification\IdentificationInterface\getInternalIdentifier
getInternalIdentifier()
ILIAS\GlobalScreen\Identification\IdentificationInterface\getProviderNameForPresentation
getProviderNameForPresentation()
ILIAS\GlobalScreen\Identification\IdentificationInterface\getClassName
getClassName()
ILIAS\GlobalScreen\Identification
Definition:
AbstractIdentification.php:1
src
GlobalScreen
Identification
IdentificationInterface.php
Generated on Fri Oct 3 2025 20:01:14 for ILIAS by
1.9.4 (using
Doxyfile
)