Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
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\Main\Text\Converter
Definition
converter.php:5
Bitrix\Sale\Exchange\Entity\EntityImportFactory
Definition
entityimportfactory.php:13
Bitrix\Sale\Exchange\OneC\ConverterFactory
Definition
converterfactory.php:11
Bitrix\Sale\Exchange\OneC\DocumentBase
Definition
documentbase.php:16
Bitrix\Sale\Exchange\OneC\DocumentImportFactory
Definition
documentimportfactory.php:9
Bitrix\Sale\Exchange\OneC\DocumentImportFactory\create
static create($documentTypeID)
Definition
documentimportfactory.php:17
Bitrix\Sale\Exchange
Definition
basetrait.php:2
modules
sale
lib
exchange
basetrait.php
Создано системой
1.10.0