Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/config/core/
H A DWriter.php52 if ($setting->shouldBeSaved()) {
/dokuwiki/lib/plugins/config/core/Setting/
H A DSetting.php225 public function shouldBeSaved()
248 * @see shouldBeSaved() to check if this should be called
216 public function shouldBeSaved() { global() function in dokuwiki\\plugin\\config\\core\\Setting\\Setting