1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
basetrait.php
См. документацию.
1
<?php
2
namespace
Bitrix\Sale\Exchange
;
3
4
5
use
Bitrix\Sale\Exchange\Entity\EntityImportFactory
;
6
use
Bitrix\Sale\Exchange\OneC\Converter
;
7
use
Bitrix\Sale\Exchange\OneC\ConverterFactory
;
8
use
Bitrix\Sale\Exchange\OneC\DocumentBase
;
9
use
Bitrix\Sale\Exchange\OneC\DocumentImportFactory
;
10
11
trait BaseTrait
12
{
13
18
protected
function
documentFactoryCreate($typeId)
19
{
20
return
DocumentImportFactory::create
($typeId);
21
}
22
27
protected
function
converterFactoryCreate($typeId)
28
{
29
return
ConverterFactory::create($typeId);
30
}
31
36
protected
function
entityFactoryCreate($typeId)
37
{
38
return
EntityImportFactory::create($typeId);
39
}
40
}
Bitrix\Sale\Exchange\Entity\EntityImportFactory
Определения
entityimportfactory.php:13
Bitrix\Sale\Exchange\OneC\ConverterFactory
Определения
converterfactory.php:11
Bitrix\Sale\Exchange\OneC\DocumentBase
Определения
documentbase.php:16
Bitrix\Sale\Exchange\OneC\DocumentImportFactory
Определения
documentimportfactory.php:9
Bitrix\Sale\Exchange\OneC\DocumentImportFactory\create
static create($documentTypeID)
Определения
documentimportfactory.php:17
Bitrix\Location\Entity\Address\Converter
Определения
arrayconverter.php:3
Bitrix\Sale\Exchange
Определения
basetrait.php:2
bitrix
modules
sale
lib
exchange
basetrait.php
Создано системой
1.14.0