getData('reports'); /** @var \Modules\Media\Models\Collection[] */ $collections = $this->getData('collections'); $mediaPath = \urldecode($this->getData('path') ?? '/'); $previous = empty($templates) ? '{/prefix}helper/list' : '{/prefix}helper/list?{?}&id=' . \reset($templates)->getId() . '&ptype=p'; $next = empty($templates) ? '{/prefix}helper/list' : '{/prefix}helper/list?{?}&id=' . \end($templates)->getId() . '&ptype=n'; echo $this->getData('nav')->render(); ?>
getHtml('Helpers'); ?>
$value) : ++$count; $url = UriFactory::build('{/prefix}helper/list?path=' . \rtrim($value->getVirtualPath(), '/') . '/' . $value->name); ?>
getHtml('Name'); ?> getHtml('Tag'); ?> getHtml('Creator'); ?> getHtml('Updated'); ?>
printHtml($value->name); ?> printHtml($value->createdBy->name1); ?> printHtml($value->createdAt->format('Y-m-d')); ?> $template) : ++$count; $url = UriFactory::build('{/prefix}helper/report/view?{?}&id=' . $template->getId()); ?>
printHtml($template->name); ?> getTags(); foreach ($tags as $tag) : ?> icon !== null ? '' : ''; ?>printHtml($tag->getTitle()); ?> printHtml($template->createdBy->name1); ?> printHtml($template->createdAt->format('Y-m-d')); ?>
getHtml('Empty', '0', '0'); ?>