• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/automation/starter.php
  • Класс: Bitrix\Crm\Automation\Starter
  • Вызов: Starter::setContextToImport
public function setContextToImport(): self
{
	$this->context = static::CONTEXT_IMPORT;
	return $this;
}