getData('tcoll'); $rcoll = $this->getData('rcoll'); $cLang = $this->getData('lang'); $template = $this->getData('template'); $report = $this->getData('report'); /** @noinspection PhpIncludeInspection */ $reportLanguage = isset($tcoll['lang']) ? include __DIR__ . '/../../../../' . \ltrim($tcoll['lang']->getPath(), '/') : []; $lang = $reportLanguage[$cLang] ?? []; $settings = isset($tcoll['cfg']) ? \json_decode(\file_get_contents(__DIR__ . '/../../../../' . \ltrim($tcoll['cfg']->getPath(), '/')), true) : []; echo $this->getData('nav')->render(); ?>

getHtml('Reports') ?>

isStandalone()) : ?>

getHtml('Export') ?>

getHtml('Export'); ?>

getHtml('Settings') ?>

request->getData($element['attributes']['name'] ?? '')); ?>
getHtml('Load'); ?>

getHtml('Info') ?>

isStandalone() && !($report instanceof \Modules\Helper\Models\NullReport)) : ?>
getHtml('Report') ?>
getHtml('Name'); ?> printHtml($report->getTitle()); ?>
getHtml('Creator'); ?> printHtml($report->getCreatedBy()->getName1()); ?>
getHtml('Created'); ?> getCreatedAt()->format('Y-m-d'); ?>
getHtml('Template') ?>
getHtml('Name'); ?> printHtml($template->getName()); ?>
getHtml('Creator'); ?> printHtml($template->getCreatedBy()->getName1()); ?>
getHtml('Created'); ?> getCreatedAt()->format('Y-m-d'); ?>