getData('media'); $view = $this->getData('view'); /** @var \Modules\Media\Views\MediaView $this */ echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Name'); ?> | = $this->printHtml($media->name); ?> |
| = $this->getHtml('Size'); ?> | = $media->size; ?> |
| = $this->getHtml('Created'); ?> | = $this->printHtml($media->createdAt->format('Y-m-d')); ?> |
| = $this->getHtml('Creator'); ?> | = $this->printHtml( \ltrim($media->createdBy->name2 . ', ' . $media->createdBy->name1, ', ') ); ?> |
| = $this->getHtml('Description'); ?> | |
| = $media->description; ?> | |