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

Открытые члены

 __construct ($copyMode)
 
 setSectionsRatio (array $sectionsRatio)
 
 setEnumRatio (array $enumRatio)
 
 copy ($entityId, $copiedEntityId)
 

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

const IBLOCK_COPY_MODE = "iblock"
 
const SECTION_COPY_MODE = "section"
 

Защищенные члены

 copySectionElements (int $sectionId, int $copiedSectionId)
 
 addToQueue (int $copiedSectionId, $queueName)
 

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

 $moduleId = "iblock"
 
 $sectionsRatio = []
 
 $enumRatio = []
 
 $result
 

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

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

Конструктор(ы)

◆ __construct()

__construct ( $copyMode)

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

Методы

◆ addToQueue()

addToQueue ( int $copiedSectionId,
$queueName )
protected

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

◆ copy()

copy ( $entityId,
$copiedEntityId )
Аргументы
int$entityId
int$copiedEntityId
Возвращает
Result
Исключения

Bitrix\Main\ArgumentNullException

Исключения

Bitrix\Main\ArgumentOutOfRangeException

Замещает Child.

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

◆ copySectionElements()

copySectionElements ( int $sectionId,
int $copiedSectionId )
protected
Аргументы
int$sectionId
int$copiedSectionId
Возвращает
Result
Исключения

Bitrix\Main\ArgumentNullException

Исключения

Bitrix\Main\ArgumentOutOfRangeException

Переопределяется в Element.

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

◆ setEnumRatio()

setEnumRatio ( array $enumRatio)

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

◆ setSectionsRatio()

setSectionsRatio ( array $sectionsRatio)

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

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

◆ $enumRatio

$enumRatio = []
protected

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

◆ $moduleId

$moduleId = "iblock"
protected

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

◆ $result

$result
protected

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

◆ $sectionsRatio

$sectionsRatio = []
protected

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

◆ IBLOCK_COPY_MODE

const IBLOCK_COPY_MODE = "iblock"

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

◆ SECTION_COPY_MODE

const SECTION_COPY_MODE = "section"

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