1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
chat.php
См. документацию.
1<?php
2namespace Bitrix\Landing\PublicAction;
3
4use \Bitrix\Landing\PublicActionResult;
5use \Bitrix\Landing\Chat\Chat as ChatCore;
6
7class Chat
8{
14 public static function getList(array $params = [])
15 {
16 static $internal = true;
17
19 $params = $result->sanitizeKeys($params);
20
21 $items = [];
22 foreach (ChatCore::getList($params) as $item)
23 {
24 $items[] = $item;
25 }
26 $result->setResult($items);
27
28 return $result;
29 }
30
36 public static function joinChat($internalId)
37 {
38 static $internal = true;
39
41 $result->setResult(
42 ChatCore::joinChat(intval($internalId))
43 );
44
45 return $result;
46 }
47}
static joinChat($internalId)
Определения chat.php:36
static getList(array $params=[])
Определения chat.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
$result
Определения get_property_values.php:14
Определения binding.php:2
if($inWords) echo htmlspecialcharsbx(Number2Word_Rus(roundEx($totalVatSum $params['CURRENCY']
Определения template.php:799
$items
Определения template.php:224