Home
last modified time | relevance | path

Searched refs:recipientUsers (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Http/RequestHandlers/
H A DBroadcastPage.php66 'recipients' => $this->message_service->recipientUsers($to),
H A DBroadcastAction.php75 foreach ($this->message_service->recipientUsers($to) as $to_user) {
/webtrees/app/Services/
H A DMessageService.php186 public function recipientUsers(string $to): Collection function in Fisharebest\\Webtrees\\Services\\MessageService