getData('employees'); echo $this->getData('nav')->render(); ?>
getHtml('Staff'); ?>
$value) : ++$c; $url = \phpOMS\Uri\UriFactory::build('{/prefix}humanresource/staff/profile?{?}&id=' . $value->getId()); ?>
getHtml('ID', '0', '0'); ?> getHtml('Name'); ?> getHtml('Unit'); ?> getHtml('Position'); ?> getHtml('Department'); ?> getHtml('Status'); ?>
printHtml($value->getId()); ?> printHtml( \sprintf('%3$s %2$s %1$s', $value->profile->account->name1, $value->profile->account->name2, $value->profile->account->name3) ); ?> 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'); ?>