Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/config/core/
H A DConfiguration.php42 protected $writer; variable in dokuwiki\\plugin\\config\\core\\Configuration
50 $this->writer = new Writer();
97 return $this->writer->isLocked();
133 $this->writer->save(array_merge($this->settings, $undefined));
143 $this->writer->touch();