Base::clearPermissionAttributesCache

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Base
  4. clearPermissionAttributesCache
  • Модуль: 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]);
}

Добавить комментарий