Lines Matching refs:pageID
146 $pageID = $item['pageID'];
168 $title = str_replace('_', ' ', $pageID);
173 $logoUrl = $this->getPageImage($itemNamespace, $pageID);
258 private function getPageImage($namespace, $pageID = null) { argument
259 if(!$pageID) {
262 $pageID = $pageNamespaceInfo['pageID'];
269 …$iconUrl = $helper->getPageIconUrl((string)$namespace, (string)$pageID, 'bigorsmall', ['width' => …
282 …$iconUrl = $helper->getImageIcon((string)$namespace, (string)$pageID, 'bigorsmall', ['width' => 55…
284 …$iconUrl = $helper->getImageIcon((string)$namespace, (string)$pageID, 'bigorsmall', ['width' => 55…
294 private function createListItem($parentNamespace, $pageID, $isHomepage = false) { argument
296 'pageID' => $pageID,
298 'pageNamespace' => cleanID("$parentNamespace:$pageID"),
395 private function isHomepage($pageID, $parentID) { argument
399 return $pageID == $startPageID || $pageID == $parentID;