method
public
final
CBitrixComponent::includeComponent()
Класс: \CBitrixComponent
Сигнатура
public final includeComponent(string $componentTemplate, array<string|int, mixed> $arParams, CBitrixComponent|null $parentComponent[, mixed $returnResult = false ]) : mixed
Описание
Примечание: компонент должен быть инициализирован методом initComponent.
Параметры
$componentTemplate
string
$arParams
array<string|int, mixed>
$parentComponent
CBitrixComponent|null
$returnResult
mixed
= false
Возвращаемое значение
mixed
Исходный файл: source/main/classes/general/component.php:634

