Home
last modified time | relevance | path

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

/plugin/farm/
H A Danimal.class.php23 private $wikiconf = array(); variable in dokuwiki_farm_animal
200 $this->wikiconf[$as] = $conf;
203 krsort($this->wikiconf);
204 return $this->wikiconf;
217 if(!count($this->wikiconf)) $this->getWikiConf();
218 $c = & $this->wikiconf[$mode];
262 $conf = implode("\n", $this->buildconfrecursive(array(), $this->wikiconf[$from]));
268 $this->wikiconf = array();
306 $this->wikiconf = array();