Home
last modified time | relevance | path

Searched refs:confName (Results 1 – 1 of 1) sorted by relevance

/plugin/combo/ComboStrap/
H A DSiteConfig.php87 …public static function getConfValue($confName, $defaultValue = null, ?string $namespace = PluginUt… argument
96 $value = $namespace[$confName] ?? null;
100 $value = $conf[$confName] ?? null;