This commit is contained in:
Frédéric FRANCE 2023-02-22 20:20:04 +01:00 committed by GitHub
parent a17bcd1768
commit f7348d21d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,11 @@ class MenuManager
public $atarget = ""; // To store default target to use onto links
public $name = "eldy";
/**
* @var Menu
*/
public $menu;
public $menu_array;
public $menu_array_after;