Loads a group of settings and returns the results as an array.
$group (STRING)
The name of the settings group to be loaded
$refresh (BOOL) optional - default: false
If $refresh=true, the method refreshes the internal cache from the database first.
ARRAY
$settings = $this->sitesettings->getSettingsGroup('contact'); $settings = $this->sitesettings->getSettingsGroup('contact' , true)