getData('categories') ?? []; /** @var \phpOMS\Views\View $this */ echo $this->getData('nav')->render(); ?>
| = $this->getHtml('ID', '0', '0'); ?> | = $this->getHtml('Name'); ?> | = $this->getHtml('Parent'); ?> |
| = $value->getId(); ?> | = $this->printHtml($value->getL11n()); ?> | = $this->printHtml($value->parent !== null ? $value->parent->getL11n() : ''); ?> |
| = $this->getHtml('Empty', '0', '0'); ?> | ||