|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Mail\Autoresponder\AutoresponderService:
Collaboration diagram for ILIAS\Mail\Autoresponder\AutoresponderService:Public Member Functions | |
| isAutoresponderEnabled () | |
| enableAutoresponder () | |
| disableAutoresponder () | |
| handleAutoresponderMails (int $auto_responder_receiver_usr_id) | |
| enqueueAutoresponderIfEnabled (int $sender_id, ilMailOptions $mail_receiver_options, ilMailOptions $mail_sender_options) | |
| emptyAutoresponderData () | |
Data Fields | |
| const int | AUTO_RESPONDER_DEFAULT_IDLE_TIME = 3 |
Definition at line 25 of file AutoresponderService.php.
| ILIAS\Mail\Autoresponder\AutoresponderService::disableAutoresponder | ( | ) |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderServiceImpl.
| ILIAS\Mail\Autoresponder\AutoresponderService::emptyAutoresponderData | ( | ) |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderServiceImpl.
| ILIAS\Mail\Autoresponder\AutoresponderService::enableAutoresponder | ( | ) |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderServiceImpl.
| ILIAS\Mail\Autoresponder\AutoresponderService::enqueueAutoresponderIfEnabled | ( | int | $sender_id, |
| ilMailOptions | $mail_receiver_options, | ||
| ilMailOptions | $mail_sender_options | ||
| ) |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderServiceImpl.
| ILIAS\Mail\Autoresponder\AutoresponderService::handleAutoresponderMails | ( | int | $auto_responder_receiver_usr_id | ) |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderServiceImpl.
| ILIAS\Mail\Autoresponder\AutoresponderService::isAutoresponderEnabled | ( | ) |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderServiceImpl.
| const int ILIAS\Mail\Autoresponder\AutoresponderService::AUTO_RESPONDER_DEFAULT_IDLE_TIME = 3 |
Definition at line 27 of file AutoresponderService.php.
Referenced by ILIAS\Mail\Service\MailService\autoresponder().