Home
last modified time | relevance | path

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

/plugin/pagesicon/
H A Dhelper.php237 public function getPageIconId( function in helper_plugin_pagesicon
275 return $this->getPageIconId($namespace, $pageID, $size);
316 return $this->getPageIconId($namespace, $pageID, $size);
329 $bigIconID = $this->getPageIconId($namespace, $pageID, 'big');
332 $smallIconID = $this->getPageIconId($namespace, $pageID, 'small');
431 $mediaID = $this->getPageIconId($namespace, $pageID, $size);
H A Daction.php232 …helper && method_exists($helper, 'getPageIconId')) ? (string)$helper->getPageIconId($namespace, $p…
233 …helper && method_exists($helper, 'getPageIconId')) ? (string)$helper->getPageIconId($namespace, $p…
358 …$currentBig = ($helper && method_exists($helper, 'getPageIconId')) ? $helper->getPageIconId($names…
359 …$currentSmall = ($helper && method_exists($helper, 'getPageIconId')) ? $helper->getPageIconId($nam…
444 $logoMediaID = $helper->getPageIconId($namespace, $pageID, $sizeMode);
H A DDOKU_EN71 | ''getPageIconId($namespace, $pageID, $size = "bigorsmall")'' | ''2026-03-09'' | Returns the media…
108 | ''getPageImage(...)'' | ''2026-03-06'' | ''2026-03-09'' | ''getPageIconId(...)'' |
H A DDOKU71 | ''getPageIconId($namespace, $pageID, $size = 'bigorsmall')'' | ''2026-03-09'' | Retourne le media…
98 | ''getPageImage(...)'' | ''2026-03-06'' | ''2026-03-09'' | ''getPageIconId(...)'' |
H A DREADME_EN.md44 - `getPageIconId()`: returns the media ID of a page icon
H A DREADME.md44 - `getPageIconId()` : retourne le mediaID de l'icône d'une page
/plugin/catmenu/syntax/
H A Dcatmenu.php298 $iconMediaID = $helper->getPageIconId($namespace, $pageID, 'smallorbig');