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); ?> | ||||