ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
NotificationIdentification.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Notifications\Identification
;
22
26
class
NotificationIdentification
27
{
28
public
function
__construct
(
private
readonly
string
$type,
private
readonly
string
$key
)
29
{
30
}
31
32
public
function
getType
(): string
33
{
34
return
$this->type;
35
}
36
37
public
function
__toString
(): string
38
{
39
return
$this->key
;
40
}
41
}
ILIAS\Notifications\Identification
Definition:
NotificationIdentification.php:21
ILIAS\Notifications\Identification\NotificationIdentification\__construct
__construct(private readonly string $type, private readonly string $key)
Definition:
NotificationIdentification.php:28
ILIAS\LTI\ToolProvider\$key
string $key
Consumer key/client ID value.
Definition:
System.php:193
ILIAS\Notifications\Identification\NotificationIdentification\__toString
__toString()
Definition:
NotificationIdentification.php:37
ILIAS\Notifications\Identification\NotificationIdentification
Definition:
NotificationIdentification.php:26
ILIAS\Notifications\Identification\NotificationIdentification\getType
getType()
Definition:
NotificationIdentification.php:32
Services
Notifications
classes
Identification
NotificationIdentification.php
Generated on Wed Sep 10 2025 14:11:48 for ILIAS by
1.8.13 (using
Doxyfile
)