dolibarr  16.0.5
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()

ecm_admin_prepare_head ( )

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

Returns
array head array with tabs

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

◆ ecm_file_prepare_head()

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 101 of file ecm.lib.php.

◆ ecm_prepare_dasboard_head()

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.

◆ ecm_prepare_head()

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 74 of file ecm.lib.php.

◆ ecm_prepare_head_fm()

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 137 of file ecm.lib.php.