data['departments'] ?? []; $previous = empty($departments) ? 'organization/department/list' : 'organization/department/list?{?}&id=' . \reset($departments)->id . '&ptype=p'; $next = empty($departments) ? 'organization/department/list' : 'organization/department/list?{?}&id=' . ($this->getData('hasMore') ? \end($departments)->id : $this->request->getData('id')) . '&ptype=n'; echo $this->data['nav']->render(); ?>
getHtml('Departments'); ?>download
$value) : ++$c; $url = UriFactory::build('{/base}/organization/department/view?{?}&id=' . $value->id); ?>
getHtml('ID', '0', '0'); ?> getHtml('Name'); ?> getHtml('Parent'); ?> getHtml('Unit'); ?>
id; ?> printHtml($value->name); ?> printHtml($value->parent->name); ?> printHtml($value->unit->name); ?>
getHtml('Empty', '0', '0'); ?>