1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
Desktop.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Im\V2\Controller;
4
5
use Bitrix\Main\Engine\ActionFilter\CloseSession;
6
7
class
Desktop
extends
BaseController
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
}
Bitrix\Im\V2\Controller\BaseController
Определения
BaseController.php:30
Bitrix\Im\V2\Controller\Desktop
Определения
Desktop.php:8
Bitrix\Im\V2\Controller\Desktop\logoutAction
logoutAction()
Определения
Desktop.php:23
Bitrix\Im\V2\Controller\Desktop\configureActions
configureActions()
Определения
Desktop.php:9
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
bitrix
modules
im
lib
V2
Controller
Desktop.php
Создано системой
1.14.0