• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/internal/engine/response/component.php
  • Класс: BitrixReportVisualConstructorInternalEngineResponseComponent
  • Вызов: Component::collectAssetsPathList
private function collectAssetsPathList()
{
	$this->asset->getCss();
	$this->asset->getJs();
	$this->asset->getStrings();

	$this->jsPathList = $this->asset->getTargetList('JS');
	$this->cssPathList = $this->asset->getTargetList('CSS');
}