getData('tasks'); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Status') ?> | = $this->getHtml('Due/Priority') ?> | = $this->getHtml('Title') ?> | = $this->getHtml('Creator') ?> | = $this->getHtml('Created') ?> | $task) : ++$c; $url = \phpOMS\Uri\UriFactory::build('{/prefix}task/single?{?}&id=' . $task->getId()); ?>|
| = $this->getHtml('S' . $task->getStatus()) ?> | getPriority() === TaskPriority::NONE) : ?> = $this->printHtml($task->getDue()->format('Y-m-d H:i')); ?> = $this->getHtml('P' . $task->getPriority()); ?> | = $this->printHtml($task->getTitle()); ?> | = $this->printHtml($task->getCreatedBy()->getName1()); ?> | = $this->printHtml($task->getCreatedAt()->format('Y-m-d H:i')); ?> | |
| = $this->getHtml('Empty', '0', '0'); ?> | |||||