getData('settings') ?? []; echo $this->getData('nav')->render(); if ($this->hasData('settingsTpl') && \is_file($this->getData('settingsTpl')) ) : include $this->getData('settingsTpl'); else : ?>
getHtml('Settings'); ?>
$setting) : ++$count; ?>
getHtml('ID', '0', '0'); ?> getHtml('Name'); ?> getHtml('Value'); ?> getHtml('Unit'); ?> getHtml('App'); ?> getHtml('Group'); ?> getHtml('Account'); ?>
id; ?> name; if ($this->getData('settings_class') !== null) { $name = $this->getData('settings_class')::getName($setting->name); if (!\is_string($name)) { $name= $setting->name; } } ?> printHtml($name); ?> printHtml($setting->content); ?> printHtml((string) $setting->unit); ?> printHtml((string) $setting->app); ?> printHtml($setting->group); ?> printHtml($setting->account); ?>
getHtml('Empty', '0', '0'); ?>