Home
last modified time | relevance | path

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

/plugin/userhomepage/
H A Dhelper.php15 function getPrivateID() { function in helper_plugin_userhomepage
48 $pageId = $this->getPrivateID();
100 if ((page_exists($this->getPrivateID())) && (page_exists($this->getPublicID()))) {
104 } elseif (page_exists($this->getPrivateID())) {
194 …echo '<form class="button btn_show" method="post" action="doku.php?id='.$this->getPrivateID().'"><…
210 $return['private']['id'] = $this->getPrivateID();
213 … $return['private']['classes'] = $this->getLinkClasses($this->getPrivateID(), null, $default);
H A Daction.php93 $this->private_page = $this->helper->getPrivateID();
421 $content = str_replace('@TARGETPRIVATEPAGE@', $this->helper->getPrivateID(), $content);
422 …RIVATENS@', cleanID(str_replace(':'.$conf['start'], '', $this->helper->getPrivateID())), $content);
452 $privateId = $this->helper->getPrivateID();