ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
ToolIdentificationProviderInterface.php
Go to the documentation of this file.
1
<?
php
2
19
declare(strict_types=1);
20
namespace
ILIAS\GlobalScreen\Identification
;
21
26
interface
ToolIdentificationProviderInterface
extends
IdentificationProviderInterface
27
{
43
public
function
contextAwareIdentifier
(
string
$identifier_string,
bool
$ignore_context =
false
) :
IdentificationInterface
;
44
}
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\ToolIdentificationProviderInterface
Class IdentificationProviderInterface.
Definition:
ToolIdentificationProviderInterface.php:27
ILIAS\GlobalScreen\Identification\ToolIdentificationProviderInterface\contextAwareIdentifier
contextAwareIdentifier(string $identifier_string, bool $ignore_context=false)
ILIAS\GlobalScreen\Identification
Definition:
AbstractIdentification.php:21
src
GlobalScreen
Identification
ToolIdentificationProviderInterface.php
Generated on Sat Oct 4 2025 21:01:13 for ILIAS by
1.9.4 (using
Doxyfile
)