1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
UserExternal.php
См. документацию.
1<?php
2
3namespace Bitrix\Im\V2\Entity\User;
4
5class UserExternal extends User
6{
7 protected function fillOnlineData(bool $withStatus = false): void
8 {
9 return;
10 }
11
12 public function isOnlineDataFilled(bool $withStatus): bool
13 {
14 return true;
15 }
16}
isOnlineDataFilled(bool $withStatus)
Определения UserExternal.php:12
fillOnlineData(bool $withStatus=false)
Определения UserExternal.php:7