getData('media'); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Name') ?> | = $this->printHtml($media->getName()); ?> |
| = $this->getHtml('Size') ?> | = $this->printHtml($media->getSize()); ?> |
| = $this->getHtml('Created') ?> | = $this->printHtml($media->getCreatedAt()->format('Y-m-d')); ?> |
| = $this->getHtml('Creator') ?> | = $this->printHtml($media->getCreatedBy()->getName1()); ?> |
| = $this->getHtml('Description') ?> | |
| = $media->getDescription(); ?> | |
| = $this->getHtml('Name') ?> | = $this->getHtml('Type') ?> | = $this->getHtml('Size') ?> | = $this->getHtml('Creator') ?> | = $this->getHtml('Created') ?> | |
| = $this->printHtml($value->getName()); ?> | = $this->printHtml($value->getExtension()); ?> | = $this->printHtml($value->getSize()); ?> | = $this->printHtml($value->getCreatedBy()->getName1()); ?> | = $this->printHtml($value->getCreatedAt()->format('Y-m-d H:i:s')); ?> dirPathFunction($media, $this->request->getData('sub') ?? ''); ?> $value) : $url = UriFactory::build('{/prefix}media/single?{?}&id=' . $media->getId() . '&sub=' . \substr($value, \strlen($media->getPath()))); $icon = $this->fileIconFunction(FileUtils::getExtensionType(!\is_dir($value) ? File::extension($value) : 'collection')); ?> | |
| = \substr($value, \strlen($media->getPath())); ?> | = !\is_dir($value) ? File::extension($value) : 'collection'; ?> | = !\is_dir($value) ? File::size($value) : ''; ?> | = File::owner($value); ?> | = File::created($value)->format('Y-m-d'); ?> |
= $this->getFileContent($media->isAbsolute() ? $path : __DIR__ . '/../../../../' . \ltrim($path, '/')); ?>