getData('path') ?? '/'; /** * @var \Modules\Media\Models\Media[] $media */ $media = $this->getData('media'); ?>
| = $this->getHtml('Name') ?> | = $this->getHtml('Type') ?> | = $this->getHtml('Size') ?> | = $this->getHtml('Creator') ?> | = $this->getHtml('Created') ?> | |
| = $this->printHtml( $value->getExtension() !== 'collection' ? $value->getName() . '.' . $value->getExtension() : $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')); ?> | |
| = $this->getHtml('Empty', '0', '0'); ?> | |||||