Home
last modified time | relevance | path

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

/plugin/highlightparent/
H A Daction.php56 $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
[all …]