getData('doc'); /** @var bool $editable */ $editable = $this->getData('editable'); /** @var \Modules\Tag\Models\Tag[] $tag */ $tags = $doc->getTags(); /** @var \phpOMS\Views\View $this */ echo $this->getData('nav')->render(); ?>
printHtml($doc->title); ?>
content; ?>
icon !== null ? '' : ''; ?>printHtml($tag->getTitle()); ?>