1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
NotificationService.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
5namespace Bitrix\Socialnetwork\Collab\Onboarding\Notification;
6
7use Bitrix\Main\Result;
8
10{
14 public function __construct(private readonly array $notifications)
15 {
16 }
17
18 public function send(string $message, int $senderId, int $collabId): void
19 {
20 foreach ($this->notifications as $notification)
21 {
22 $notification->send($message, $senderId, $collabId);
23 }
24 }
25}
send(string $message, int $senderId, int $collabId)
Определения NotificationService.php:18
__construct(private readonly array $notifications)
Определения NotificationService.php:14
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$message
Определения payment.php:8