• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/controller/product.php
  • Класс: BitrixCatalogControllerProduct
  • Вызов: Product::processAfterAction
protected function processAfterAction(EngineAction $action, $result)
{
	if ($this->isActionWithDefferedCalculation($action))
	{
		$this->processAfterDeferredCalculationAction();
	}

	return parent::processAfterAction($action, $result);
}