Searched refs:oldpage (Results 1 – 2 of 2) sorted by relevance
256 * @param string $oldpage The old page name264 public function renamePage(string $oldpage, string $newpage): bool266 if ($oldpage === $newpage) return false;274 if ($value === $oldpage) $oldId = $rid;282 $this->log("Indexer: $oldpage is not in the index, nothing to rename");300 $this->log("Indexer: renamed $oldpage to $newpage in index");247 renamePage(string $oldpage, string $newpage) global() argument
102 public function renamePage(string $oldpage, string $newpage): bool|string106 $result = $this->indexer->renamePage($oldpage, $newpage);109 if ($result === false && $oldpage !== $newpage) {101 renamePage(string $oldpage, string $newpage) global() argument