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] ?? []; echo $this->getData('nav')->render(); ?>
1) : ?>

getHtml('Reports') ?>

1) : ?>
isStandalone()) : ?>

getHtml('Export') ?>

getHtml('Info') ?>

isStandalone()) : ?>
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'); ?>