ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Notifications\Identification\NotificationIdentification Class Reference
+ Collaboration diagram for ILIAS\Notifications\Identification\NotificationIdentification:

Public Member Functions

 __construct (private readonly string $type, private readonly string $key)
 
 getType ()
 
 __toString ()
 

Detailed Description

Author
Ingmar Szmais iszma.nosp@m.is@d.nosp@m.ataba.nosp@m.y.de

Definition at line 26 of file NotificationIdentification.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Notifications\Identification\NotificationIdentification::__construct ( private readonly string  $type,
private readonly string  $key 
)

Definition at line 28 of file NotificationIdentification.php.

29 {
30 }

Member Function Documentation

◆ __toString()

ILIAS\Notifications\Identification\NotificationIdentification::__toString ( )

Definition at line 37 of file NotificationIdentification.php.

37 : string
38 {
39 return $this->key;
40 }

◆ getType()

ILIAS\Notifications\Identification\NotificationIdentification::getType ( )

Definition at line 32 of file NotificationIdentification.php.

32 : string
33 {
34 return $this->type;
35 }

The documentation for this class was generated from the following file: