Home
last modified time | relevance | path

Searched refs:getKey (Results 1 – 3 of 3) sorted by last modified time

/dokuwiki/lib/plugins/config/
H A Dadmin.php121 echo '<fieldset id="' . $setting->getKey() . '">';
168 return strnatcmp($a->getKey(), $b->getKey());
258 $toc[] = html_mktocitem($setting->getKey(), $name, 2);
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingUndefined.php28 $this->getKey(),
34 $undefined_setting_key = $this->getKey();
H A DSetting.php131 public function getKey()
181 if (str_starts_with($this->getKey(), 'plugin' . Configuration::KEYMARKER)) {
183 } elseif (str_starts_with($this->getKey(), 'tpl' . Configuration::KEYMARKER)) {
125 public function getKey() { global() function in dokuwiki\\plugin\\config\\core\\Setting\\Setting