ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
ToolIdentificationProviderInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Identification
;
22
27
interface
ToolIdentificationProviderInterface
extends
IdentificationProviderInterface
28
{
44
public
function
contextAwareIdentifier
(
string
$identifier_string,
bool
$ignore_context =
false
):
IdentificationInterface
;
45
}
ILIAS\GlobalScreen\Identification\IdentificationInterface
Interface IdentificationInterface.
Definition:
IdentificationInterface.php:30
ILIAS\GlobalScreen\Identification\IdentificationProviderInterface
Class IdentificationProviderInterface.
Definition:
IdentificationProviderInterface.php:28
ILIAS\GlobalScreen\Identification\ToolIdentificationProviderInterface
Class IdentificationProviderInterface.
Definition:
ToolIdentificationProviderInterface.php:28
ILIAS\GlobalScreen\Identification\ToolIdentificationProviderInterface\contextAwareIdentifier
contextAwareIdentifier(string $identifier_string, bool $ignore_context=false)
ILIAS\GlobalScreen\Identification
Definition:
AbstractIdentification.php:21
components
ILIAS
GlobalScreen
src
Identification
ToolIdentificationProviderInterface.php
Generated on Sun Oct 19 2025 23:02:58 for ILIAS by
1.9.4 (using
Doxyfile
)