dolibarr  13.0.2
Functions
ecm.lib.php File Reference

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...
 

Detailed Description

Ensemble de fonctions de base pour le module ecm.

Definition in file ecm.lib.php.

Function Documentation

ecm_admin_prepare_head ( )

Return array head with list of tabs to view object informations.

Returns
array head array with tabs

Definition at line 147 of file ecm.lib.php.

References complete_head_from_modules().

ecm_file_prepare_head (   $object)

Prepare array with list of tabs.

Parameters
Object$objectObject related to tabs
Returns
array Array of tabs to show

Definition at line 103 of file ecm.lib.php.

ecm_prepare_dasboard_head (   $object)

Prepare array with list of different ecm main dashboard.

Parameters
object$objectObject related to tabs
Returns
array Array of tabs to show

Definition at line 32 of file ecm.lib.php.

References complete_head_from_modules().

ecm_prepare_head (   $object,
  $module = 'ecm',
  $section = '' 
)

Prepare array with list of tabs.

Parameters
object$objectObject related to tabs
string$moduleModule
string$sectionSection
Returns
array Array of tabs to show

Definition at line 75 of file ecm.lib.php.

ecm_prepare_head_fm (   $object)

Prepare array with list of tabs.

Parameters
object$objectObject related to tabs
Returns
array Array of tabs to show

Definition at line 123 of file ecm.lib.php.