getData('employees'); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('ID', '0', '0'); ?> | = $this->getHtml('Name'); ?> | = $this->getHtml('Unit'); ?> | = $this->getHtml('Position'); ?> | = $this->getHtml('Department'); ?> | = $this->getHtml('Status'); ?> |
| = $this->printHtml($value->getId()); ?> | = $this->printHtml( \sprintf('%3$s %2$s %1$s', $value->profile->account->name1, $value->profile->account->name2, $value->profile->account->name3) ); ?> | = $this->printHtml($value->getNewestHistory()->getUnit()->getName()); ?> | = $this->printHtml($value->getNewestHistory()->getPosition()->getName()); ?> | = $this->printHtml($value->getNewestHistory()->getDepartment()->getName()); ?> | = !($value->getNewestHistory() instanceof NullEmployeeHistory) ? $this->getHtml('Active') : $this->getHtml('Inactive'); ?> |
| = $this->getHtml('Empty', '0', '0'); ?> | |||||