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('Info'); ?>
isStandalone() && !($report instanceof \Modules\Helper\Models\NullReport)) : ?>
getHtml('Report'); ?>
getHtml('Name'); ?> printHtml($report->title); ?>
getHtml('Creator'); ?> printHtml($report->createdBy->name1); ?>
getHtml('Created'); ?> createdAt->format('Y-m-d'); ?>
getHtml('Template'); ?>
getHtml('Name'); ?> printHtml($template->name); ?>
getHtml('Creator'); ?> printHtml($template->createdBy->name1); ?>
getHtml('Created'); ?> createdAt->format('Y-m-d'); ?>
getHtml('Tags'); ?> getTags(); foreach ($tags as $tag) : ?> icon !== null ? '' : ''; ?>printHtml($tag->getTitle()); ?>