getData('categories'); /** @var \phpOMS\Views\View $this */ echo $this->getData('nav')->render(); ?>
getHtml('Categories'); ?>
$value) : $url = UriFactory::build('{/prefix}admin/account/settings?{?}&id=' . $value->getId()); ?>
getHtml('ID', '0', '0'); ?> getHtml('Name'); ?> getHtml('Parent'); ?>
printHtml($value->getId()); ?> printHtml($value->getName()); ?> printHtml($value->getParent() !== null ? $value->getParent()->getName() : ''); ?>
getHtml('Empty', '0', '0'); ?>