getData('solutions'); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('ID', 0, 0); ?> | = $this->getHtml('Title') ?> | = $this->getHtml('Risk') ?> | = $this->getHtml('Cause') ?> |
| = htmlspecialchars($value->getId(), ENT_COMPAT, 'utf-8'); ?> | = htmlspecialchars($value->getTitle(), ENT_COMPAT, 'utf-8'); ?> | = htmlspecialchars($value->getRisk()->getName(), ENT_COMPAT, 'utf-8'); ?> | = htmlspecialchars($value->getCause()->getTitle(), ENT_COMPAT, 'utf-8'); ?> |
| = $this->getHtml('Empty', 0, 0); ?> | |||