|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class CoreIdentificationProvider. More...
Inheritance diagram for ILIAS\GlobalScreen\Identification\ToolIdentificationProvider:
Collaboration diagram for ILIAS\GlobalScreen\Identification\ToolIdentificationProvider:Public Member Functions | ||||
| contextAwareIdentifier (string $identifier_string, bool $ignore_context=false) | ||||
| @inheritDoc More... | ||||
| identifier (string $identifier_string) | ||||
| @inheritDoc More... | ||||
| identifier (string $identifier_string) | ||||
| ||||
Public Member Functions inherited from ILIAS\GlobalScreen\Identification\AbstractIdentificationProvider | ||||
| __construct (Provider $provider, SerializerInterface $serializer, IdentificationMap $map) | ||||
| CoreIdentificationProvider constructor. More... | ||||
| fromSerializedString (string $serialized_string) | ||||
| identifier (string $identifier_string) | ||||
| fromSerializedString (string $serialized_string) | ||||
| contextAwareIdentifier (string $identifier_string, bool $ignore_context=false) | ||||
Additional Inherited Members | |
Protected Attributes inherited from ILIAS\GlobalScreen\Identification\AbstractIdentificationProvider | |
| $map | |
| $provider | |
| $serializer | |
| $class_name = '' | |
Static Protected Attributes inherited from ILIAS\GlobalScreen\Identification\AbstractIdentificationProvider | |
| static | $instances = [] |
Class CoreIdentificationProvider.
Definition at line 9 of file ToolIdentificationProvider.php.
| ILIAS\GlobalScreen\Identification\ToolIdentificationProvider::contextAwareIdentifier | ( | string | $identifier_string, |
| bool | $ignore_context = false |
||
| ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Identification\ToolIdentificationProviderInterface.
Definition at line 15 of file ToolIdentificationProvider.php.
References $DIC.
| ILIAS\GlobalScreen\Identification\ToolIdentificationProvider::identifier | ( | string | $identifier_string | ) |
@inheritDoc
Reimplemented from ILIAS\GlobalScreen\Identification\CoreIdentificationProvider.
Definition at line 34 of file ToolIdentificationProvider.php.