History log of /dokuwiki/inc/Menu/MenuInterface.php (Results 1 – 3 of 3)
Revision Date Author Comments
# d4f83172 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: line breaks


# 33b91513 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to inc/Menu


# 31110e19 01-Sep-2017 Andreas Gohr <andi@splitbrain.org>

introduce a MenuInterface

this helps tieing together the "normal" menus and the MobileMenu and
makes them both implement a getItems() method.