ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
StaticMainMenuProvider.php
Go to the documentation of this file.
2 
7 
14 {
15  const PURPOSE_MAINBAR = 'mainmenu';
16 
17 
23  public function getStaticTopItems() : array;
24 
25 
30  public function getStaticSubItems() : array;
31 
32 
37 }