Lines Matching refs:baseID
56 $baseID = $this->getBaseID();
57 if ($baseID === '') {
60 return $this->buildLinkToPage($baseID);
92 $baseID = $matches[1];
93 if (substr($baseID, -1) === ':') {
94 $baseID .= $conf['start'];
96 if ($baseID === $ID) {
99 return $baseID;
132 * @param string $baseID
136 protected function buildLinkToPage($baseID) argument
138 $baseTitle = p_get_first_heading($baseID);
140 $link = $xhtml_renderer->internallink($baseID, ($baseTitle ?: $baseID), false, true);