1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
ChatNotification.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
6
11
13{
14 use InstanceTrait;
15 use MessageTrait;
16
17 private function __construct()
18 {
19 }
20
21 public function send(string $message, int $senderId, int $collabId): void
22 {
23 if (!Loader::includeModule('im'))
24 {
25 return;
26 }
27
28 $this->sendMessage($message, $senderId, $collabId);
29 }
30}
Определения loader.php:13
send(string $message, int $senderId, int $collabId)
Определения ChatNotification.php:21
trait InstanceTrait
Определения instancetrait.php:8
$message
Определения payment.php:8