1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Desktop.php
См. документацию.
1<?php
2
3namespace Bitrix\Im\V2\Controller;
4
5use Bitrix\Main\Engine\ActionFilter\CloseSession;
6
8{
9 public function configureActions()
10 {
11 return [
12 'logout' => [
13 '-prefilters' => [
14 CloseSession::class,
15 ],
16 ],
17 ];
18 }
19
23 public function logoutAction(): ?array
24 {
25 \CIMMessenger::SetDesktopStatusOffline();
26 \CIMContactList::SetOffline();
27
28 return [];
29 }
30}
configureActions()
Определения Desktop.php:9
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804