getData('employees'); echo $this->getData('nav')->render(); ?>
$value) : ++$c; $url = \phpOMS\Uri\UriFactory::build('{/prefix}humanresource/staff/profile?{?}&id=' . $value->getId()); ?>
getHtml('Staff') ?>
getHtml('ID', '0', '0'); ?> getHtml('Name') ?> getHtml('Unit') ?> getHtml('Position') ?> getHtml('Department') ?> getHtml('Status') ?>
printHtml($value->getId()); ?> printHtml($value->getProfile()->getAccount()->getName1()); ?> printHtml($value->getNewestHistory()->getUnit()->getName()); ?> printHtml($value->getNewestHistory()->getPosition()->getName()); ?> printHtml($value->getNewestHistory()->getDepartment()->getName()); ?> getNewestHistory() instanceof NullEmployeeHistory) ? $this->getHtml('Active') : $this->getHtml('Inactive'); ?>
getHtml('Empty', '0', '0'); ?>