Home
last modified time | relevance | path

Searched refs:getItems (Results 1 – 3 of 3) sorted by path

/dokuwiki/inc/Menu/
H A DAbstractMenu.php13 * just accesst the items via getItems() and create the HTML as however they see fit.
42 public function getItems()
53 * @see getItems()
74 * output, use getItems() and build the HTML yourself
83 foreach ($this->getItems() as $item) {
41 public function getItems() { global() function in dokuwiki\\Menu\\AbstractMenu
H A DMenuInterface.php19 public function getItems(); function
H A DMobileMenu.php28 'page' => $pagemenu->getItems(),
29 'site' => $sitemenu->getItems(),
30 'user' => $usermenu->getItems()
37 * This returns the same format as AbstractMenu::getItems()
41 public function getItems()
40 public function getItems() { global() function in dokuwiki\\Menu\\MobileMenu