# Base::includeComponent()

URL: https://chugunov.pro/api-bitrix/iblock/component/base/includecomponent/
Проверено на 1С-Битрикс 25.x, обновлено 03.08.2026.
Источник: независимый русскоязычный справочник chugunov.pro. Не является официальной документацией 1С-Битрикс.

Класс: [`\Bitrix\Iblock\Component\Base`](https://chugunov.pro/api-bitrix/iblock/component/base/)
Модуль: Iblock.
Свойства элемента: method, public, final.

## Сигнатура

```php
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`

Оригинал в официальной документации: https://docs.1c-bitrix.ru/api/classes/Bitrix-Iblock-Component-Base.html
