...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/security/controller/base.php
- Класс: Bitrix\Crm\Security\Controller\Base
- Вызов: Base::clearPermissionAttributesCache
public function clearPermissionAttributesCache(int $entityId): void { $entityTypeId = $this->getEntityTypeId(); unset($this->cachedAttrs[$entityTypeId][$entityId]); }