public static function setStrictMode($strict) { self::$strict_mode = $strict; }
function resetServiceConfig() { myServiceConfig::$secondary_config_tables = null; myServiceConfig::$path = null; myServiceConfig::$strict_mode = null; myServiceConfig::$default_config_table = null; }