Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
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'
];
23
$this->arResult[
'WIDGET'
] = $this->arParams[
'WIDGET'
];
24
$this->arResult[
'HEIGHT'
] = $this->arParams[
'HEIGHT'
];
25
$this->arResult[
'WIDGET_COLOR'
] = $this->arParams[
'WIDGET_COLOR'
];
26
$this->includeComponentTemplate();
27
}
28
}
Bitrix\Report\VisualConstructor\Views\Component\BaseViewComponent
Definition
baseviewcomponent.php:12
Bitrix\Report\VisualConstructor\Views\Component\BaseViewComponent\executeComponent
executeComponent()
Definition
baseviewcomponent.php:17
Bitrix\Report\VisualConstructor\IReportSingleData
Definition
ireportsingledata.php:10
Bitrix\Report\VisualConstructor\Views\Component
Definition
base.php:3
modules
report
lib
visualconstructor
views
component
baseviewcomponent.php
Создано системой
1.10.0