19declare(strict_types=1);
36 throw new Exception();
49 if (array_key_exists($usr_id, $this->senders)) {
50 return $this->senders[$usr_id];
56 $sender = $this->
user($usr_id);
59 $this->senders[$usr_id] = $sender;
isSystemMail(int $usr_id)
getSenderByUsrId(int $usr_id)
userByEmailAddress(string $email_address)
__construct(protected ilSetting $settings, protected ilMustacheFactory $mustache_factory, ?int $anonymous_usr_id=null)