Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
fuser.php
1<?php
2
4
6
7class Fuser extends BaseContext
8{
9 protected $fuserId;
10
16 public function __construct($fuserId)
17 {
18 $this->fuserId = $fuserId;
19 $this->userId = RuntimeCache\FuserCache::getInstance()->getUserIdById($this->fuserId);
20 $this->setUserGroups(\CUser::getUserGroup($this->userId));
21 }
22}