ILIAS  release_8 Revision v8.24
ILIAS\Notifications\Identification\NotificationIdentification Class Reference
+ Collaboration diagram for ILIAS\Notifications\Identification\NotificationIdentification:

Public Member Functions

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

Private Attributes

string $type
 
string $key
 

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 ( string  $type,
string  $key 
)

Member Function Documentation

◆ __toString()

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

Definition at line 42 of file NotificationIdentification.php.

42 : string
43 {
44 return $this->key;
45 }

References ILIAS\Notifications\Identification\NotificationIdentification\$key.

◆ getType()

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

Definition at line 37 of file NotificationIdentification.php.

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

References ILIAS\Notifications\Identification\NotificationIdentification\$type.

Field Documentation

◆ $key

string ILIAS\Notifications\Identification\NotificationIdentification::$key
private

◆ $type

string ILIAS\Notifications\Identification\NotificationIdentification::$type
private

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