getData('sessions'); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Date'); ?> | = $this->getHtml('Type'); ?> | Employee | = $this->getHtml('Start') ?> | = $this->getHtml('Break') ?> | = $this->getHtml('End') ?> | = $this->getHtml('Total') ?> |
| = $session->getStart()->format('Y-m-d'); ?> | = $this->getHtml('CT' . $session->getType()) ?> | = $this->printHtml($session->getEmployee()->getProfile()->getAccount()->getName1()); ?>, = $this->printHtml($session->getEmployee()->getProfile()->getAccount()->getName2()); ?> | = $session->getStart()->format('H:i:s'); ?> | = (int) ($session->getBreak() / 3600); ?>h = ((int) ($session->getBreak() / 60) % 60); ?>m | = $session->getEnd() !== null ? $session->getEnd()->format('H:i') : ''; ?> | = (int) ($session->getBusy() / 3600); ?>h = ((int) ($session->getBusy() / 60) % 60); ?>m |