[ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 95 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
MobileMenu:: (3 methods):
getGroupedItems()
getItems()
getDropdown()
Class: MobileMenu - X-Ref
Class MobileMenugetGroupedItems() X-Ref |
Returns all items grouped by view return: AbstractItem[][] |
getItems() X-Ref |
Get all items in a flat array This returns the same format as AbstractMenu::getItems() return: AbstractItem[] |
getDropdown($empty = '', $button = '>') X-Ref |
Print a dropdown menu with all DokuWiki actions Note: this will not use any pretty URLs param: string $empty empty option label param: string $button submit button label return: string |