• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/crm.php
  • Класс: BitrixImOpenLinesCrm
  • Вызов: Crm::setSkipCreate
public function setSkipCreate(): self
{
	$this->skipCreate = true;

	return $this;
}