Home
last modified time | relevance | path

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

/template/bootstrap3/
H A DTemplate.php17 private $confMetadata = []; variable in dokuwiki\\template\\bootstrap3\\Template
172 if ($key && isset($this->confMetadata[$key])) {
173 return $this->confMetadata[$key];
186 $this->confMetadata = $meta;