Lines Matching +full:menu -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)
3 namespace dokuwiki\Menu;
6 use dokuwiki\Menu\Item\AbstractItem;
11 * Basic menu functionality. A menu defines a list of AbstractItem that shall be shown.
12 * It contains convenience functions to display the menu in HTML, but template authors can also
20 /** @var int the context this menu is used in */
29 * @param int $context the context this menu is used in
37 * Get the list of action items in this menu
59 $class = "\\dokuwiki\\Menu\\Item\\$class";
71 * Generate HTML list items for this menu