ProductSearchableStepper::indexRow

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. ProductSearchableStepper
  4. indexRow
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/update/catalog/productsearchablestepper.php
  • Класс: Bitrix\Crm\Update\Catalog\ProductSearchableStepper
  • Вызов: ProductSearchableStepper::indexRow
private function indexRow($elementRow): void
{
	static $element = null;

	if ($element === null)
	{
		$element = new \CIBlockElement();
	}

	$element->update($elementRow['ID'], $elementRow);
}

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