Home
last modified time | relevance | path

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

/plugin/userhomepage/
H A Dhelper.php28 function getPublicID($userLogin=null) { function in helper_plugin_userhomepage
64 $pageId = $this->getPublicID();
100 if ((page_exists($this->getPrivateID())) && (page_exists($this->getPublicID()))) {
107 } elseif (page_exists($this->getPublicID())) {
120 $publicID = $this->getPublicID($userLogin);
196 …echo '<form class="button btn_show" method="post" action="doku.php?id='.$this->getPublicID().'"><i…
218 $return['public']['id'] = $this->getPublicID();
221 … $return['public']['classes'] = $this->getLinkClasses($this->getPublicID(), null, $default);
H A Daction.php95 $this->public_page = $this->helper->getPublicID();
423 $content = str_replace('@TARGETPUBLICPAGE@', $this->helper->getPublicID(), $content);
424 …TPUBLICNS@', cleanID(str_replace(':'.$conf['start'], '', $this->helper->getPublicID())), $content);
453 $publicId = $this->helper->getPublicID();