* @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com */ /** * @var \phpOMS\Views\View $this */ /** * @var $media \Modules\Media\Models\Media */ $media = $this->getData('media'); echo $this->getData('nav')->render(); ?>

getName() ?>

SizegetSize(); ?>
Created atgetCreatedAt()->format('Y-m-d'); ?>
Created bygetCreatedBy(); ?>
DescriptiongetDescription(); ?>
Content
getExtension()) === \phpOMS\System\File\ExtensionType::IMAGE) : ?>
getExtension() === 'collection') : ?> collection
                    getPath()));
                    $output = str_replace(["\r\n", "\r"], "\n", $output);
                    $output = explode("\n", $output);
                    foreach($output as $line) : ?>