getData('employee'); $history = $employee->getHistorY(); $recentHistory = $employee->getNewestHistory(); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Position'); ?> | = $this->printHtml($recentHistory->getPosition()->getName()); ?> |
|---|---|
| = $this->getHtml('Department'); ?> | = $this->printHtml($recentHistory->getDepartment()->getName()); ?> |
| = $this->getHtml('Unit'); ?> | = $this->printHtml($recentHistory->getUnit()->getName()); ?> |
| = $this->getHtml('Birthday'); ?> | 06.09.1934 |
| = $this->getHtml('Email'); ?> | = $this->printHtml($employee->profile->account->getEmail()); ?> |
| Address | |
| Private | SMALLSYS INC 795 E DRAGRAM TUCSON AZ 85705 USA |
| Work | SMALLSYS INC 795 E DRAGRAM TUCSON AZ 85705 USA |
| = $this->getHtml('Phone'); ?> | |
| Private | +01 12345-4567 |
| Mobile | +01 12345-4567 |
| Work | +01 12345-4567 |
| = $this->getHtml('Status'); ?> | = !($recentHistory instanceof NullEmployeeHistory) ? $this->getHtml('Active') : $this->getHtml('Inactive'); ?> |
| = $this->getHtml('Start'); ?> | = $this->getHtml('End'); ?> | = $this->getHtml('Unit'); ?> | = $this->getHtml('Department'); ?> | = $this->getHtml('Position'); ?> |
| = $hist->getStart()->format('Y-m-d'); ?> | = $hist->getEnd() === null ? '' : $hist->getEnd()->format('Y-m-d'); ?> | = $this->printHtml($hist->getUnit()->getName()); ?> | = $this->printHtml($hist->getDepartment()->getName()); ?> | = $this->printHtml($hist->getPosition()->getName()); ?> |