• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/documentgenerator/productloader.php
  • Класс: Bitrix\Crm\Integration\DocumentGenerator\ProductLoader
  • Вызов: ProductLoader::addRows
public function addRows(array $rows): self
{
	foreach ($rows as $row)
	{
		$this->addRow($row);
	}

	return $this->clearCache();
}