|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Mail\Autoresponder\AutoresponderDto: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().
Here is the caller graph for this function:| ILIAS\Mail\Autoresponder\AutoresponderDto::getSenderId | ( | ) |
Definition at line 31 of file AutoresponderDto.php.
Referenced by ILIAS\Mail\Autoresponder\AutoresponderDatabaseRepository\store().
Here is the caller graph for this function:| ILIAS\Mail\Autoresponder\AutoresponderDto::getSentTime | ( | ) |
Definition at line 55 of file AutoresponderDto.php.
Referenced by ILIAS\Mail\Autoresponder\AutoresponderServiceImpl\shouldSendAutoresponder(), and ILIAS\Mail\Autoresponder\AutoresponderDatabaseRepository\store().
Here is the caller graph for this function:| 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.