getData('docs'); /** @var \Modules\Media\Models\Collection[] */ $collections = $this->getData('collections'); $mediaPath = \urldecode($this->getData('path') ?? '/'); $previous = empty($docs) ? '{/prefix}editor/list' : '{/prefix}editor/list?{?}&id=' . \reset($docs)->getId() . '&ptype=p'; $next = empty($docs) ? '{/prefix}editor/list' : '{/prefix}editor/list?{?}&id=' . \end($docs)->getId() . '&ptype=n'; $docs = $this->getData('docs'); echo $this->getData('nav')->render(); ?>
getHtml('Documents'); ?>
$value) : ++$count; $url = UriFactory::build('{/prefix}editor/list?path=' . \rtrim($value->getVirtualPath(), '/') . '/' . $value->name); ?>
getHtml('Title'); ?> getHtml('Creator'); ?> getHtml('Created'); ?>
printHtml($value->name); ?> printHtml($value->createdBy->name1); ?> printHtml($value->createdAt->format('Y-m-d')); ?> $value) : ++$count; $url = UriFactory::build('{/prefix}editor/single?{?}&id=' . $value->getId()); ?>
printHtml($value->title); ?> printHtml($value->createdBy->name1); ?> printHtml($value->createdAt->format('Y-m-d H:i:s')); ?>
getHtml('Empty', '0', '0'); ?>