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
}
ILIAS\GlobalScreen\Identification\IdentificationInterface\getClassName
getClassName()
ILIAS\GlobalScreen\Identification\IdentificationInterface\getInternalIdentifier
getInternalIdentifier()
ILIAS\GlobalScreen\Identification\IdentificationInterface
Interface IdentificationInterface.
Definition:
IdentificationInterface.php:8
ILIAS\GlobalScreen\Identification\IdentificationInterface\getProviderNameForPresentation
getProviderNameForPresentation()
ILIAS\GlobalScreen\Identification
Definition:
AbstractIdentification.php:1
src
GlobalScreen
Identification
IdentificationInterface.php
Generated on Mon Sep 1 2025 20:01:41 for ILIAS by
1.8.13 (using
Doxyfile
)