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') ?> | = $this->printHtml($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('/{/lang}/backend/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'); ?> |
lineContentFunction($media->isAbsolute() ? $path : __DIR__ . '/../../../' . \ltrim($path, '/'));
foreach ($output as $line) : ?>= $this->printHtml($line); ?>