• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/documentgenerator/productloader.php
  • Класс: Bitrix\Crm\Integration\DocumentGenerator\ProductLoader
  • Вызов: ProductLoader::clearCache
public function clearCache(): self
{
	$this->propertyValues = null;
	$this->productIds = null;
	$this->offerIds = null;
	$this->offerToProductsMap = null;
	$this->preparedPropertyValues = [];
	$this->iblockValues = null;
	$this->preparedIblockData = null;
	$this->linkedElements = null;

	return $this;
}