getData('news'); /** @var bool $editable */ $editable = $this->getData('editable'); /** @var \Modules\Tag\Models\Tag[] $tags */ $tags = $news->getTags(); $profile = UriFactory::build('{/prefix}profile/single?{?}&id=' . $news->createdBy->getId()); /** @var \phpOMS\Views\View $this */ echo $this->getData('nav')->render(); ?>