ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
ToolIdentificationProviderInterface.php
Go to the documentation of this file.
1
<?php
2
3
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
}
ILIAS\GlobalScreen\Identification\IdentificationInterface
Interface IdentificationInterface.
Definition:
IdentificationInterface.php:29
ILIAS\GlobalScreen\Identification\ToolIdentificationProviderInterface\contextAwareIdentifier
contextAwareIdentifier(string $identifier_string, bool $ignore_context=false)
ILIAS\GlobalScreen\Identification\ToolIdentificationProviderInterface
Class IdentificationProviderInterface.
Definition:
ToolIdentificationProviderInterface.php:26
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
ToolIdentificationProviderInterface.php
Generated on Wed Sep 3 2025 22:02:54 for ILIAS by
1.8.13 (using
Doxyfile
)