File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/catalog/lib/integration/report/view/storestock/storestocksalechart.php
Back
<?php namespace Bitrix\Catalog\Integration\Report\View\StoreStock; use Bitrix\Catalog\Integration\Report\Handler\BaseHandler; use Bitrix\Catalog\Integration\Report\Handler\StoreStock\ChartHandler; use Bitrix\Catalog\Integration\Report\View\CatalogView; use Bitrix\Main\Localization\Loc; use Bitrix\Report\VisualConstructor\Config\Common; class StoreStockSaleChart extends CatalogView { public const VIEW_KEY = 'store_stock_salechart'; public const MAX_RENDER_REPORT_COUNT = 1; public const USE_IN_VISUAL_CONSTRUCTOR = false; public function __construct() { parent::__construct(); $this->setLabel(Loc::getMessage('STORE_STOCK_CHART_LABEL')); $this->setDraggable(false); $this->setComponentName('bitrix:catalog.report.store_stock.salechart'); $this->setPreviewImageUri('/bitrix/images/report/visualconstructor/preview/graph.svg'); $this->setCompatibleDataType(Common::MULTIPLE_REPORT_TYPE); } public function getViewHandler(): BaseHandler { return new ChartHandler(); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.26 |
proxy
|
phpinfo
|
Settings