Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DPrefCookie.php24 $this->data = $this->decodeData($_COOKIE[self::COOKIENAME] ?? '');
97 protected function decodeData(string $rawdata): array function in dokuwiki\\PrefCookie