Searched refs:deliverMessage (Results 1 – 4 of 4) sorted by relevance
/webtrees/app/Http/RequestHandlers/ |
H A D | BroadcastAction.php | 76 if ($this->message_service->deliverMessage($user, $to_user, $subject, $body, '', $ip)) {
|
H A D | MessageAction.php | 90 if ($this->message_service->deliverMessage($user, $to_user, $subject, $body, $url, $ip)) {
|
H A D | ContactAction.php | 143 if ($this->message_service->deliverMessage($sender, $to_user, $subject, $body, $url, $ip)) {
|
/webtrees/app/Services/ |
H A D | MessageService.php | 95 …public function deliverMessage(UserInterface $sender, UserInterface $recipient, string $subject, s… function in Fisharebest\\Webtrees\\Services\\MessageService
|