ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Public Member Functions | |
__construct (VCalendarGeneratorInterface $vcalendar_generator) | |
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.
References Vendor\Package\$a, Vendor\Package\$b, ilDateTime\getUnixTime(), and IL_CAL_FKT_DATE.
Referenced by ILIAS\EmployeeTalk\Notification\NotificationHandler\send().
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.
References ILIAS\EmployeeTalk\Notification\CANCELLATION, ILIAS\EmployeeTalk\Notification\NotificationHandler\extractFormattedDates(), ilObjEmployeeTalk\getData(), ilObjEmployeeTalk\getParent(), ILIAS\GlobalScreen\Scope\Footer\Factory\getTitle(), ilCalendarUtil\getUserDateFormat(), and ILIAS\EmployeeTalk\Notification\Notification\send().
|
protected |
Definition at line 27 of file NotificationHandler.php.
Referenced by ILIAS\EmployeeTalk\Notification\NotificationHandler\__construct().