Home
last modified time | relevance | path

Searched refs:readValue (Results 1 – 1 of 1) sorted by path

/dokuwiki/lib/plugins/config/core/
H A DConfigParser.php61 $arr[$j] = $this->readValue($arr[$j]);
66 $value = $this->readValue($value);
81 protected function readValue($value)
78 protected function readValue($value) { global() function in dokuwiki\\plugin\\config\\core\\ConfigParser