|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\EmployeeTalk\Notification\NotificationHandler:
Collaboration diagram for ILIAS\EmployeeTalk\Notification\NotificationHandler:Public Member Functions | |
| __construct (VCalendarGeneratorInterface $vcalendar_generator) | |
| send (NotificationType $type, \ilObjEmployeeTalk ... $affected_talks) | |
| All affected talks must come from the same series. More... | |
| send (NotificationType $type, \ilObjEmployeeTalk ... $affected_talks) | |
| All affected talks must come from the same series. More... | |
Protected Member Functions | |
| extractFormattedDates (string $format, string $timezone, \ilObjEmployeeTalk ... $talks) | |
Protected Attributes | |
| VCalendarGeneratorInterface | $vcalendar_generator |
Definition at line 25 of file NotificationHandler.php.
| ILIAS\EmployeeTalk\Notification\NotificationHandler::__construct | ( | VCalendarGeneratorInterface | $vcalendar_generator | ) |
Definition at line 29 of file NotificationHandler.php.
References ILIAS\EmployeeTalk\Notification\NotificationHandler\$vcalendar_generator.
|
protected |
Definition at line 90 of file NotificationHandler.php.
| ILIAS\EmployeeTalk\Notification\NotificationHandler::send | ( | NotificationType | $type, |
| \ilObjEmployeeTalk ... | $affected_talks | ||
| ) |
All affected talks must come from the same series.
Implements ILIAS\EmployeeTalk\Notification\NotificationHandlerInterface.
Definition at line 35 of file NotificationHandler.php.
|
protected |
Definition at line 27 of file NotificationHandler.php.
Referenced by ILIAS\EmployeeTalk\Notification\NotificationHandler\__construct().