Searched refs:pluginNamespace (Results 1 – 2 of 2) sorted by relevance
| /plugin/combo/ComboStrap/ |
| H A D | SiteConfig.php | 121 * @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 D | ExecutionContext.php | 530 * @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);
|