• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/import/import.php
  • Класс: BitrixSaleLocationImportis
  • Вызов: is::createType
static function createType($type)
{
	$res = LocationTypeTable::add($type);
	if(!$res->isSuccess())
		throw new MainSystemException('Type creation failed: '.implode(', ', $res->getErrorMessages()));

	return $res->getId();
}