Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс ManagerBase
+ Граф наследования:ManagerBase:

Открытые статические члены

static getDirectionType ()
 
static configure (ImportBase $entity)
 
static deleteLoggingDate ()
 

Открытые атрибуты

const EXCHANGE_DIRECTION_IMPORT = 'I'
 
const EXCHANGE_DIRECTION_EXPORT = 'E'
 

Защищенные статические члены

static getImportByType ($typeId)
 
static IsDefinedTypeId ($typeId)
 

Защищенные данные

 $settings = null
 
 $logger = null
 

Статические защищенные данные

static $instance = null
 

Подробное описание

См. определение в файле managerbase.php строка 13

Методы

◆ configure()

static configure ( ImportBase $entity)
static
Аргументы
ImportBase$entity
Исключения
NotImplementedException

Переопределяется в ManagerExport и ManagerImport.

См. определение в файле managerbase.php строка 63

◆ deleteLoggingDate()

static deleteLoggingDate ( )
static
Исключения
ArgumentOutOfRangeException
NotImplementedException

См. определение в файле managerbase.php строка 72

◆ getDirectionType()

static getDirectionType ( )
static
Возвращает
string
Исключения
NotImplementedException

Переопределяется в ManagerExport и ManagerImport.

См. определение в файле managerbase.php строка 28

◆ getImportByType()

static getImportByType ( $typeId)
staticprotected

Get import by Type ID.

Аргументы
$typeId
Возвращает
null|static
Исключения
ArgumentOutOfRangeException

См. определение в файле managerbase.php строка 51

◆ IsDefinedTypeId()

static IsDefinedTypeId ( $typeId)
staticprotected

См. определение в файле managerbase.php строка 78

Данные класса

◆ $instance

$instance = null
staticprotected

См. определение в файле managerbase.php строка 18

◆ $logger

LoggerDiag $logger = null
protected

См. определение в файле managerbase.php строка 22

◆ $settings

ISettingsImport ISettingsExport $settings = null
protected

См. определение в файле managerbase.php строка 20

◆ EXCHANGE_DIRECTION_EXPORT

const EXCHANGE_DIRECTION_EXPORT = 'E'

См. определение в файле managerbase.php строка 16

◆ EXCHANGE_DIRECTION_IMPORT

const EXCHANGE_DIRECTION_IMPORT = 'I'

См. определение в файле managerbase.php строка 15