data['positions'] ?? []; $previous = empty($positions) ? 'organization/position/list' : '{/base}/organization/position/list?{?}&offset=' . \reset($positions)->id . '&ptype=p'; $next = empty($positions) ? 'organization/position/list' : '{/base}/organization/position/list?{?}&offset=' . \end($positions)->id . '&ptype=n'; echo $this->data['nav']->render(); ?>
getHtml('Positions'); ?>download
$value) : ++$count; $url = \phpOMS\Uri\UriFactory::build('{/base}/organization/position/view?{?}&id=' . $value->id); ?>
getHtml('ID', '0', '0'); ?> getHtml('Name'); ?> getHtml('Parent'); ?> getHtml('Department'); ?>
id; ?> printHtml($value->name); ?> printHtml($value->parent->name); ?> printHtml($value->department->name); ?>
getHtml('Empty', '0', '0'); ?>