Home
last modified time | relevance | path

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

/plugin/siteexport/inc/
Dfunctions.php629 * @param existingPageID Array
631 public function getRelativeURL($replaceURL, $baseURL, $existingPageID = null) argument
693 "ExistingPageID" => $existingPageID,
701 if ( $isExternalPage && $existingPageID != null && !empty($offsiteTemplate)) {
703 $offsiteTemplate = str_replace('RAWID', $existingPageID, $offsiteTemplate);
706 $mapID = $this->getMapID($existingPageID, null, $check);
/plugin/siteexport/action/
Dajax.php1119 private function __rebuildLink($DATA, $DEPTH = null, $existingPageID = null) { argument
1132 …rmediateURL = $this->functions->getRelativeURL($intermediateURL, $CURRENT_PARENT, $existingPageID);