Home
last modified time | relevance | path

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

/plugin/nsrelation/
H A Dsyntax.php18 var $relatedns_display = array(); variable in syntax_plugin_nsrelation
27 …$this->relatedns_display = array_unique(array_filter(explode('|',$this->getConf('nsrelationsdispla…
29 if (count($this->relatedns_display) < $this->relatedns)
30 for($i=count($this->relatedns_display);$i<count($this->relatedns);$i++)
31 $this->relatedns_display[] = $this->relatedns[$i];
92 $name = $this->relatedns_display[array_search($ns,$this->relatedns)];