This commit is contained in:
Harald Bamberger
2026-06-22 09:52:08 +02:00
parent b0fea017f2
commit d1ef2e4f74
8 changed files with 215 additions and 62 deletions
+1 -6
View File
@@ -8,7 +8,7 @@ require_once APPPATH . 'libraries/treemenu/TreeMenuLib.php';
*/
class InOutLib extends TreeMenuLib
{
public function getNodes()
public function getNodes($params=array(), $includeSubMenu=false)
{
return [
[
@@ -34,9 +34,4 @@ class InOutLib extends TreeMenuLib
]
];
}
public function getSubMenu()
{
return [];
}
}