getData('employees'); echo $this->getData('nav')->render(); ?>
getHtml('Staff'); ?>
$value) : ++$c; $url = UriFactory::build('{/prefix}humanresource/staff/profile?{?}&id=' . $value->getId()); ?>
getHtml('ID', '0', '0'); ?> getHtml('Name'); ?> getHtml('Unit'); ?> getHtml('Position'); ?> getHtml('Department'); ?> getHtml('Status'); ?>
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()->name); ?> printHtml($value->getNewestHistory()->getPosition()->name); ?> printHtml($value->getNewestHistory()->getDepartment()->name); ?> getNewestHistory() instanceof NullEmployeeHistory) ? $this->getHtml('Active') : $this->getHtml('Inactive'); ?>
getHtml('Empty', '0', '0'); ?>