dolibarr 18.0.6
|
Ensemble de fonctions de base pour le module ecm. More...
Go to the source code of this file.
Functions | |
ecm_prepare_dasboard_head ($object) | |
Prepare array with list of different ecm main dashboard. | |
ecm_prepare_head ($object, $module='ecm', $section='') | |
Prepare array with list of tabs. | |
ecm_file_prepare_head ($object) | |
Prepare array with list of tabs. | |
ecm_prepare_head_fm ($object) | |
Prepare array with list of tabs. | |
ecm_admin_prepare_head () | |
Return array head with list of tabs to view object informations. | |
Ensemble de fonctions de base pour le module ecm.
Definition in file ecm.lib.php.
ecm_admin_prepare_head | ( | ) |
Return array head with list of tabs to view object informations.
Definition at line 178 of file ecm.lib.php.
References complete_head_from_modules().
ecm_file_prepare_head | ( | $object | ) |
Prepare array with list of tabs.
Object | $object | Object related to tabs |
Definition at line 118 of file ecm.lib.php.
ecm_prepare_dasboard_head | ( | $object | ) |
Prepare array with list of different ecm main dashboard.
object | $object | Object related to tabs |
Definition at line 33 of file ecm.lib.php.
References complete_head_from_modules(), and getDolGlobalInt().
ecm_prepare_head | ( | $object, | |
$module = 'ecm', | |||
$section = '' ) |
Prepare array with list of tabs.
object | $object | Object related to tabs |
string | $module | Module |
string | $section | Section |
Definition at line 91 of file ecm.lib.php.
ecm_prepare_head_fm | ( | $object | ) |
Prepare array with list of tabs.
object | $object | Object related to tabs |
Definition at line 154 of file ecm.lib.php.