|
dolibarr
x.y.z
|
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. More... | |
| ecm_prepare_head ($object, $module='ecm', $section='') | |
| Prepare array with list of tabs. More... | |
| ecm_file_prepare_head ($object) | |
| Prepare array with list of tabs. More... | |
| ecm_prepare_head_fm ($object) | |
| Prepare array with list of tabs. More... | |
| ecm_admin_prepare_head () | |
| Return array head with list of tabs to view object informations. More... | |
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.
| 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.
| 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.