Home
last modified time | relevance | path

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

/plugin/userhomepage/
H A Dhelper.php18 …('users_namespace').':'.strtolower(substr($this->privateNamespace(), 0, 1)).':'. $this->privateNam…
21 … $this->private_ns = cleanID($this->getConf('users_namespace').':'. $this->privateNamespace());
227 function privateNamespace() { function in helper_plugin_userhomepage
244 return $this->privateNamespace();
H A Daction.php140 …is->getConf('users_namespace').':'.substr($this->privateNamespace(), 0, 1).':'. $this->privateName…
143 … $this->private_ns = cleanID($this->getConf('users_namespace').':'. $this->privateNamespace());
385 function privateNamespace() { function in action_plugin_userhomepage
402 return $this->privateNamespace();