component-engine
Installation
SKILL.md
Bitrix Component Engine
When to use
- The user needs to pass data from a component to its template via
$arResult, read$arParams, or decide what belongs incomponent.phpversustemplate.php. - The user is building or modifying a Bitrix component and asks about the
CBitrixComponentclass, theexecuteComponentlifecycle, orcomponent.php. - Пользователь настраивает кеширование результата внутри компонента Битрикс —
startResultCache/endResultCache/AbortResultCache— и спрашивает, что включать в ключ кеша и как его сбрасывать.