ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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\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
components
ILIAS
Notifications
classes
Identification
NotificationIdentification.php
Generated on Sun Aug 31 2025 23:03:28 for ILIAS by
1.8.13 (using
Doxyfile
)