ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (private int $sender_id, private int $receiver_id, private DateTimeImmutable $sent_time) | |
getSenderId () | |
withSenderId (int $sender_id) | |
getReceiverId () | |
withReceiverId (int $receiver_id) | |
getSentTime () | |
withSentTime (DateTimeImmutable $sent_time) | |
Definition at line 25 of file AutoresponderDto.php.
ILIAS\Mail\Autoresponder\AutoresponderDto::__construct | ( | private int | $sender_id, |
private int | $receiver_id, | ||
private DateTimeImmutable | $sent_time | ||
) |
Definition at line 27 of file AutoresponderDto.php.
ILIAS\Mail\Autoresponder\AutoresponderDto::getReceiverId | ( | ) |
Definition at line 43 of file AutoresponderDto.php.
Referenced by ILIAS\Mail\Autoresponder\AutoresponderDatabaseRepository\store(), and ilMailAutoresponderServiceTest\testAutoresponderDeliveryWillBeHandledCorrectlyDependingOnLastSentTime().
ILIAS\Mail\Autoresponder\AutoresponderDto::getSenderId | ( | ) |
Definition at line 31 of file AutoresponderDto.php.
Referenced by ILIAS\Mail\Autoresponder\AutoresponderDatabaseRepository\store(), and ilMailAutoresponderServiceTest\testAutoresponderDeliveryWillBeHandledCorrectlyDependingOnLastSentTime().
ILIAS\Mail\Autoresponder\AutoresponderDto::getSentTime | ( | ) |
Definition at line 55 of file AutoresponderDto.php.
Referenced by ILIAS\Mail\Autoresponder\AutoresponderServiceImpl\shouldSendAutoresponder(), ILIAS\Mail\Autoresponder\AutoresponderDatabaseRepository\store(), and ilMailAutoresponderServiceTest\testAutoresponderDeliveryWillBeHandledCorrectlyDependingOnLastSentTime().
ILIAS\Mail\Autoresponder\AutoresponderDto::withReceiverId | ( | int | $receiver_id | ) |
Definition at line 48 of file AutoresponderDto.php.
ILIAS\Mail\Autoresponder\AutoresponderDto::withSenderId | ( | int | $sender_id | ) |
Definition at line 36 of file AutoresponderDto.php.
ILIAS\Mail\Autoresponder\AutoresponderDto::withSentTime | ( | DateTimeImmutable | $sent_time | ) |
Definition at line 60 of file AutoresponderDto.php.
Referenced by ILIAS\Mail\Autoresponder\AutoresponderServiceImpl\handleAutoresponderMails().