Searched refs:getPageIconId (Results 1 – 6 of 6) sorted by relevance
| /plugin/pagesicon/ |
| H A D | helper.php | 122 public function getPageIconId( function in helper_plugin_pagesicon 178 return $this->getPageIconId($namespace, $pageID, $size); 212 return $this->getPageIconId($namespace, $pageID, $size); 252 $mediaID = $this->getPageIconId($namespace, $pageID, $size);
|
| H A D | README_EN.md | 54 - `getPageIconId(string $namespace, string $pageID, string $size = 'bigorsmall')` 107 - `getPageImage(...)` -> `getPageIconId(...)` (legacy `$withDefault` argument is ignored)
|
| H A D | DOKU_EN.md | 61 | ''getPageIconId($namespace, $pageID, $size = "bigorsmall")'' | Returns a mediaID (or ''false''). | 90 * ''getPageImage(...)'' -> ''getPageIconId(...)'' (legacy ''$withDefault'' argument is ignored)
|
| H A D | DOKU.md | 61 | ''getPageIconId($namespace, $pageID, $size = 'bigorsmall')'' | Retourne un mediaID (ou ''false'')… 90 …* ''getPageImage(...)'' -> ''getPageIconId(...)'' (le paramètre legacy ''$withDefault'' est ignoré)
|
| H A D | README.md | 54 - `getPageIconId(string $namespace, string $pageID, string $size = 'bigorsmall')` 107 - `getPageImage(...)` -> `getPageIconId(...)` (le paramètre legacy `$withDefault` est ignoré)
|
| /plugin/catmenu/syntax/ |
| H A D | catmenu.php | 263 $iconMediaID = $helper->getPageIconId($namespace, $pageID, 'smallorbig');
|