• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/components/itemdetail.php
  • Класс: BitrixRpaComponentsItemDetail
  • Вызов: ItemDetail::onPrepareComponentParams
public function onPrepareComponentParams($arParams): array
{
	$this->fillParameterFromRequest('typeId', $arParams);
	$this->fillParameterFromRequest('id', $arParams);
	$this->fillParameterFromRequest('stageId', $arParams);

	return parent::onPrepareComponentParams($arParams);
}