Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DSiteConfig.php121 * @param string|null $pluginNamespace - null for the global namespace
124 …public function setConf(string $key, $value, ?string $pluginNamespace = PluginUtility::PLUGIN_BASE… argument
134 $globalKey = "$pluginNamespace:$key";
136 $oldValue = self::getConfValue($key, $value, $pluginNamespace);
139 Site::setConf($key, $value, $pluginNamespace);
H A DExecutionContext.php530 * @param string|null $pluginNamespace - if null, stored in the global conf namespace
534 …public function setConf(string $key, $value, ?string $pluginNamespace = PluginUtility::PLUGIN_BASE… argument
536 $this->getApp()->getConfig()->setConf($key, $value, $pluginNamespace);