Searched refs:getKey (Results 1 – 5 of 5) sorted by relevance
28 $this->getKey(),34 $undefined_setting_key = $this->getKey();
131 public function getKey() function in dokuwiki\\plugin\\config\\core\\Setting\\Setting181 if (str_starts_with($this->getKey(), 'plugin' . Configuration::KEYMARKER)) {183 } elseif (str_starts_with($this->getKey(), 'tpl' . Configuration::KEYMARKER)) {
121 echo '<fieldset id="' . $setting->getKey() . '">';168 return strnatcmp($a->getKey(), $b->getKey());258 $toc[] = html_mktocitem($setting->getKey(), $name, 2);
32 $key = $setting->getKey();
27 $this->assertEquals('test', $setting->getKey());