Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
UserExternal.php
1<?php
2
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}
fillOnlineData(bool $withStatus=false)