1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
user.php
См. документацию.
1<?php
2namespace Bitrix\Im\Integration\Imopenlines;
3
4class User
5{
6 public static function isOperator($userId = null)
7 {
8 if (!\Bitrix\Main\Loader::includeModule('imopenlines'))
9 {
10 return false;
11 }
12
14 if (!$userId)
15 {
16 return false;
17 }
18
19 return \Bitrix\ImOpenLines\Config::isOperator($userId);
20 }
21}
if(!is_object($USER)||! $USER->IsAuthorized()) $userId
Определения check_mail.php:18
static getUserId($userId=null)
Определения common.php:73
static isOperator($userId=null)
Определения user.php:6