1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
EdnaRu.php
См. документацию.
1<?php
2
3namespace Bitrix\MessageService\Providers\Edna;
4
5use Bitrix\Main\Result;
6
7interface EdnaRu
8{
9 public function getMessageTemplates(string $subject = ''): Result;
10 public function getSentTemplateMessage(string $from, string $to): string;
11 public function getChannelList(string $imType): Result;
12 public function getCascadeList(): Result;
13 public function setCallback(string $callbackUrl, array $callbackTypes, ?int $subjectId = null): Result;
14 public function checkActiveChannelBySubjectIdList(array $subjectIdList, string $imType): bool;
15 public function getActiveChannelList(string $imType): Result;
16}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
setCallback(string $callbackUrl, array $callbackTypes, ?int $subjectId=null)
getSentTemplateMessage(string $from, string $to)
checkActiveChannelBySubjectIdList(array $subjectIdList, string $imType)