getData('positions') ?? []; $previous = empty($positions) ? '{/prefix}organization/position/list' : '{/prefix}organization/position/list?{?}&id=' . \reset($positions)->getId() . '&ptype=p'; $next = empty($positions) ? '{/prefix}organization/position/list' : '{/prefix}organization/position/list?{?}&id=' . \end($positions)->getId() . '&ptype=n'; echo $this->getData('nav')->render(); ?>
getHtml('Positions') ?>
$value) : ++$count; $url = \phpOMS\Uri\UriFactory::build('{/prefix}organization/position/profile?{?}&id=' . $value->getId()); ?>
getHtml('ID', '0', '0'); ?> getHtml('Name') ?> getHtml('Parent') ?> getHtml('Department') ?>
printHtml($value->getId()); ?> printHtml($value->getName()); ?> printHtml($value->getParent()->getName()); ?> printHtml($value->getDepartment()->getName()); ?>
getHtml('Empty', '0', '0'); ?>