* @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->getText('ID', 0, 0); ?> | = $this->getText('Title'); ?> | = $this->getText('Causes'); ?> | = $this->getText('Solutions'); ?> | = $this->getText('RiskObjects'); ?> |
| = $value->getId(); ?> | = $value->getName(); ?> | = count($value->getCauses()) ?> | = count($value->getSolutions()) ?> | = count($value->getRiskObjects()) ?> |
| = $this->getText('Empty', 0, 0); ?> | ||||