dolibarr 21.0.0-alpha
|
Class to manage menu Auguria. More...
Public Member Functions | |
__construct ($db, $type_user) | |
Constructor. | |
loadMenu ($forcemainmenu='', $forceleftmenu='') | |
Load this->tabMenu. | |
showmenu ($mode, $moredata=null) | |
Show menu. | |
__construct ($db, $type_user) | |
Constructor. | |
loadMenu ($forcemainmenu='', $forceleftmenu='') | |
Load this->tabMenu. | |
showmenu ($mode, $moredata=null) | |
Show menu. | |
__construct ($db, $type_user) | |
Constructor. | |
loadMenu ($forcemainmenu='', $forceleftmenu='') | |
Load this->tabMenu. | |
showmenu ($mode, $moredata=null) | |
Show menu. | |
Class to manage menu Auguria.
Class to manage empty menu.
Class to manage menu Eldy.
@phan-suppress PhanRedefineClass
Definition at line 33 of file auguria_menu.php.
MenuManager::__construct | ( | $db, | |
$type_user ) |
Constructor.
Definition at line 81 of file auguria_menu.php.
MenuManager::__construct | ( | $db, | |
$type_user ) |
Constructor.
Definition at line 80 of file eldy_menu.php.
MenuManager::__construct | ( | $db, | |
$type_user ) |
MenuManager::loadMenu | ( | $forcemainmenu = '', | |
$forceleftmenu = '' ) |
Load this->tabMenu.
string | $forcemainmenu | To force mainmenu to load |
string | $forceleftmenu | To force leftmenu to load |
Definition at line 95 of file auguria_menu.php.
References GETPOST(), and GETPOSTINT().
MenuManager::loadMenu | ( | $forcemainmenu = '', | |
$forceleftmenu = '' ) |
Load this->tabMenu.
string | $forcemainmenu | To force mainmenu to load |
string | $forceleftmenu | To force leftmenu to load |
Definition at line 94 of file eldy_menu.php.
References GETPOST(), and GETPOSTINT().
MenuManager::loadMenu | ( | $forcemainmenu = '', | |
$forceleftmenu = '' ) |
MenuManager::showmenu | ( | $mode, | |
$moredata = null ) |
Show menu.
Menu defined in sql tables were stored into $this->tabMenu BEFORE this is called.
string | $mode | 'top', 'topnb', 'left', 'jmobile' (used to get full xml ul/li menu) |
?array<string,string> | $moredata An array with more data to output |
Definition at line 159 of file auguria_menu.php.
References dol_buildpath(), getDolGlobalString(), make_substitutions(), print_auguria_menu(), and print_left_auguria_menu().
MenuManager::showmenu | ( | $mode, | |
$moredata = null ) |
Show menu.
Menu defined in sql tables were stored into $this->tabMenu BEFORE this is called.
string | $mode | 'top', 'topnb', 'left', 'leftdropdown', 'jmobile' (used to get full xml ul/li menu) |
?array<string,mixed> | $moredata An array with more data to output |
Definition at line 155 of file eldy_menu.php.
References dol_buildpath(), getDolGlobalString(), make_substitutions(), print_eldy_menu(), and print_left_eldy_menu().
MenuManager::showmenu | ( | $mode, | |
$moredata = null ) |
Show menu.
string | $mode | 'top', 'left', 'jmobile' |
?array<string,mixed> | $moredata An array with more data to output |
Definition at line 106 of file empty.php.
References $id, dol_buildpath(), dol_sort_array(), getCommonSubstitutionArray(), getDolGlobalString(), make_substitutions(), print_end_menu_array_empty(), print_end_menu_entry_empty(), print_start_menu_array_empty(), print_start_menu_entry_empty(), and print_text_menu_entry_empty().