|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
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... | |
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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
|
protected |
Definition at line 27 of file NotificationHandler.php.
Referenced by ILIAS\EmployeeTalk\Notification\NotificationHandler\__construct().