Getting started on settings retrieval

remotes/upstream/api-rewrite
Mike Koch 7 years ago
parent fd41a589fe
commit 7494efb8ca

@ -0,0 +1,22 @@
<?php
namespace BusinessLogic\Settings;
// TODO Test!
class SettingsRetriever {
private static $settingsToNotReturn = array(
'webmaster_email',
'noreply_email',
'noreply_name',
'db_.*',
);
/**
* @param $heskSettings array
* @param $modsForHeskSettings array
*/
function getAllSettings($heskSettings, $modsForHeskSettings) {
}
}
Loading…
Cancel
Save