|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\Notifications\Identification\NotificationIdentification:Public Member Functions | |
| __construct (string $type, string $key) | |
| getType () | |
| __toString () | |
Private Attributes | |
| string | $type |
| string | $key |
Definition at line 26 of file NotificationIdentification.php.
| ILIAS\Notifications\Identification\NotificationIdentification::__construct | ( | string | $type, |
| string | $key | ||
| ) |
Definition at line 31 of file NotificationIdentification.php.
References ILIAS\Notifications\Identification\NotificationIdentification\$key, and ILIAS\Notifications\Identification\NotificationIdentification\$type.
| ILIAS\Notifications\Identification\NotificationIdentification::__toString | ( | ) |
Definition at line 42 of file NotificationIdentification.php.
References ILIAS\Notifications\Identification\NotificationIdentification\$key.
| ILIAS\Notifications\Identification\NotificationIdentification::getType | ( | ) |
Definition at line 37 of file NotificationIdentification.php.
References ILIAS\Notifications\Identification\NotificationIdentification\$type.
|
private |
Definition at line 29 of file NotificationIdentification.php.
Referenced by ILIAS\Notifications\Identification\NotificationIdentification\__construct(), and ILIAS\Notifications\Identification\NotificationIdentification\__toString().
|
private |
Definition at line 28 of file NotificationIdentification.php.
Referenced by ILIAS\Notifications\Identification\NotificationIdentification\__construct(), and ILIAS\Notifications\Identification\NotificationIdentification\getType().