File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/components/bitrix/report.visualconstructor.board.header/class.php
Back
<?php if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true) die(); class ReportVisualConstructorBoardHeader extends CBitrixComponent { public function executeComponent() { $this->arResult['BOARD_ID'] = $this->arParams['BOARD_ID']; $this->arResult['REPORTS_CATEGORIES'] = $this->arParams['REPORTS_CATEGORIES']; $this->arResult['FILTER'] = $this->arParams['FILTER']; $this->arResult['WITH_ADD_BUTTON'] = !$this->arParams['DEFAULT_BOARD']; $this->arResult['IS_FRAME_MODE'] = $this->isFrameMode(); $this->arResult['BOARD_BUTTONS'] = $this->arParams['BOARD_BUTTONS']; $this->includeComponentTemplate(); } private function isFrameMode() { $isFrame = \Bitrix\Main\Application::getInstance()->getContext()->getRequest()->get('IFRAME'); return $isFrame === "Y"; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.26 |
proxy
|
phpinfo
|
Settings