1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
baseviewcomponent.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Report\VisualConstructor\Views\Component;
4
5
use Bitrix\Report\VisualConstructor\IReportSingleData;
6
11
abstract
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
;
26
$this->
includeComponentTemplate
();
27
}
28
}
Bitrix\Report\VisualConstructor\Views\Component\BaseViewComponent
Определения
baseviewcomponent.php:12
Bitrix\Report\VisualConstructor\Views\Component\BaseViewComponent\executeComponent
executeComponent()
Определения
baseviewcomponent.php:17
CBitrixComponent\includeComponentTemplate
includeComponentTemplate($templatePage="", $customTemplatePath="")
Определения
component.php:724
bitrix
modules
report
lib
visualconstructor
views
component
baseviewcomponent.php
Создано системой
1.14.0