1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
baseviewcomponent.php
См. документацию.
1<?php
2
3namespace Bitrix\Report\VisualConstructor\Views\Component;
4
5use Bitrix\Report\VisualConstructor\IReportSingleData;
6
11abstract class BaseViewComponent extends \CBitrixComponent
12{
17 public function executeComponent()
18 {
22 $this->arResult['CALCULATION_RESULT'] = $this->arParams['RESULT'] ?? null;
23 $this->arResult['WIDGET'] = $this->arParams['WIDGET'] ?? null;
24 $this->arResult['HEIGHT'] = $this->arParams['HEIGHT'] ?? null;
25 $this->arResult['WIDGET_COLOR'] = $this->arParams['WIDGET_COLOR'] ?? null;
27 }
28}
includeComponentTemplate($templatePage="", $customTemplatePath="")
Определения component.php:724