• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Relation/RelationManager.php
  • Класс: Bitrix\Crm\Relation\RelationManager
  • Вызов: RelationManager::dropRelationsCache
protected function dropRelationsCache(RelationIdentifier $identifier): void
{
	unset(
		$this->relationsCache[$identifier->getParentEntityTypeId()],
		$this->relationsCache[$identifier->getChildEntityTypeId()],
	);
	$this->customRelations = null;
}