ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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
}
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
Definition:
AbstractIdentification.php:21
components
ILIAS
GlobalScreen
src
Identification
ToolIdentificationProviderInterface.php
Generated on Sun Aug 31 2025 23:03:01 for ILIAS by
1.8.13 (using
Doxyfile
)