...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_perms.php
- Класс: \CCrmPerms
- Вызов: CCrmPerms::__construct
function __construct($userId) { global $DB; $this->cdb = $DB; $this->userId = intval($userId); $this->arUserPerms = CCrmRole::GetUserPerms($this->userId); }