ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ 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()
php
ILIAS\GlobalScreen\Identification
Definition:
AbstractIdentification.php:1
src
GlobalScreen
Identification
IdentificationInterface.php
Generated on Thu Jan 16 2025 19:02:37 for ILIAS by
1.8.13 (using
Doxyfile
)