* @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com */ $risks = $this->getData('risks'); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('ID', 0, 0); ?> | = $this->getHtml('Title') ?> | = $this->getHtml('Causes') ?> | = $this->getHtml('Solutions') ?> | = $this->getHtml('RiskObjects') ?> |
| = htmlspecialchars($value->getId(), ENT_COMPAT, 'utf-8'); ?> | = htmlspecialchars($value->getName(), ENT_COMPAT, 'utf-8'); ?> | = htmlspecialchars(count($value->getCauses()) , ENT_COMPAT, 'utf-8'); ?> | = htmlspecialchars(count($value->getSolutions()) , ENT_COMPAT, 'utf-8'); ?> | = htmlspecialchars(count($value->getRiskObjects()) , ENT_COMPAT, 'utf-8'); ?> |
| = $this->getHtml('Empty', 0, 0); ?> | ||||