1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
criterionshipment.php
См. документацию.
1<?php
2
3namespace Bitrix\Sale\Exchange\OneC\SubordinateSale;
4
5
6use Bitrix\Sale\Exchange\Entity\SubordinateSale\EntityImportFactory;
7
9{
10 protected function entityFactoryCreate($typeId)
11 {
12 return EntityImportFactory::create($typeId);
13 }
14}