Home
last modified time | relevance | path

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

/plugin/siteexport/action/
H A Dstartup.php108 $mapIDs = $functions->getMapID($ID, null, $check);
/plugin/siteexport/inc/
H A Dtoc.php102 …$elem['mapID'] = intval($elem['exists']) == 1 ? $this->functions->getMapID($elem['id'], $elem['anc…
382 $VIEWIDs = $this->functions->getMapID($elem['id'], $elem['anchor'], $check);
H A Dfunctions.php700 $mapID = $this->getMapID($existingPageID, null, $check);
717 public function getMapID($elemID, $postfix, &$check) function in siteexport_functions