data['department'] ?? new NullDepartment(); $categories = []; $projects = []; $processes = []; $causes = []; $solutions = []; foreach ($this->data['risks'] as $risk) { $categories[$risk->category?->id] = $risk->category; $projects[$risk->project?->id] = $risk->project; $processes[$risk->process?->id] = $risk->process; foreach ($risk->causes as $cause) { $causes[$cause->id] = $cause; } foreach ($risk->solutions as $solution) { $solutions[$solution->id] = $solution; } } echo $this->data['nav']->render(); ?>
request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>
getHtml('Department'); ?>
getHtml('Name'); ?>printHtml($department->name); ?>
getHtml('Unit'); ?>:printHtml($department->unit->name); ?>
getHtml('Risks'); ?>:
getHtml('Categories'); ?>:
getHtml('Projects'); ?>:
getHtml('Processes'); ?>:
getHtml('Causes'); ?>:
getHtml('Solutions'); ?>:
getHtml('Media'); ?>
getHtml('Responsibility'); ?>
request->uri->fragment === 'c-tab-2' ? ' checked' : ''; ?>>
getHtml('Risks'); ?>download
data['risks'] as $key => $value) : ++$c; $url = \phpOMS\Uri\UriFactory::build('{/base}/controlling/riskmanagement/cause/view?{?}&id=' . $value->id); ?>
getHtml('ID', '0', '0'); ?> getHtml('Title'); ?> getHtml('Causes'); ?> getHtml('Solutions'); ?> getHtml('RiskObjects'); ?>
id; ?> printHtml($value->name); ?> causes); ?> solutions); ?> riskObjects); ?>
getHtml('Empty', '0', '0'); ?>
request->uri->fragment === 'c-tab-3' ? ' checked' : ''; ?>>
getHtml('Categories'); ?>download
$value) : ++$c; $url = \phpOMS\Uri\UriFactory::build('{/base}/controlling/riskmanagement/category/view?{?}&id=' . $value->id); ?>
getHtml('ID', '0', '0'); ?> getHtml('Title'); ?>
id; ?> printHtml($value->title); ?>
getHtml('Empty', '0', '0'); ?>
request->uri->fragment === 'c-tab-4' ? ' checked' : ''; ?>>
getHtml('Projects'); ?>download
$value) : ++$c; $url = \phpOMS\Uri\UriFactory::build('{/base}/controlling/riskmanagement/project/view?{?}&id=' . $value->id); ?>
getHtml('ID', '0', '0'); ?> getHtml('Title'); ?>
id; ?> printHtml($value->project->name); ?>
getHtml('Empty', '0', '0'); ?>
request->uri->fragment === 'c-tab-5' ? ' checked' : ''; ?>>
getHtml('Processes'); ?>download
$value) : ++$c; $url = \phpOMS\Uri\UriFactory::build('{/base}/controlling/riskmanagement/process/view?{?}&id=' . $value->id); ?>
getHtml('ID', '0', '0'); ?> getHtml('Title'); ?>
id; ?> printHtml($value->title); ?>
getHtml('Empty', '0', '0'); ?>
request->uri->fragment === 'c-tab-6' ? ' checked' : ''; ?>>
getHtml('Causes'); ?>download
$value) : ++$c; $url = \phpOMS\Uri\UriFactory::build('{/base}/controlling/riskmanagement/cause/view?{?}&id=' . $value->id); ?>
getHtml('ID', '0', '0'); ?> getHtml('Title'); ?> getHtml('Risk'); ?>
id; ?> printHtml($value->title); ?> printHtml($value->risk->name); ?>
getHtml('Empty', '0', '0'); ?>
request->uri->fragment === 'c-tab-7' ? ' checked' : ''; ?>>
getHtml('Solutions'); ?>download
$value) : ++$c; $url = \phpOMS\Uri\UriFactory::build('{/base}/controlling/riskmanagement/solution/view?{?}&id=' . $value->id); ?>
getHtml('ID', '0', '0'); ?> getHtml('Title'); ?> getHtml('Risk'); ?> getHtml('Cause'); ?>
id; ?> printHtml($value->title); ?> printHtml($value->risk->name); ?> printHtml($value->cause->title); ?>
getHtml('Empty', '0', '0'); ?>