dolibarr 21.0.0-alpha
ecm.lib.php File Reference

Ensemble de functions 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 information.
 

Detailed Description

Ensemble de functions 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 information.

Returns
array head array with tabs

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

References complete_head_from_modules().

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

References $object.

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

References $object, complete_head_from_modules(), getDolGlobalInt(), and getDolGlobalString().

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

References $object.

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