* @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com */ $solutions = $this->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); ?> | |||