Merge pull request #24003 from frederic34/patch-5

doc
This commit is contained in:
Laurent Destailleur 2023-02-23 20:29:01 +01:00 committed by GitHub
commit 3ecb0b6ce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 0 deletions

View File

@ -79,6 +79,10 @@ class Conf
// An array to store cache results ->cache['nameofcache']=...
public $cache;
/**
* @var int To tell header was output
*/
public $headerdone;
/**
* @var string[]

View File

@ -152,6 +152,10 @@ class Menubase
*/
public $tms;
/**
* @var Menu menu
*/
public $newmenu;
/**
* Constructor

View File

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

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;