dolibarr  16.0.5
Functions
fichinter.lib.php File Reference

Ensemble de fonctions de base pour le module fichinter. More...

Go to the source code of this file.

Functions

 fichinter_prepare_head ($object)
 Prepare array with list of tabs. More...
 
 fichinter_admin_prepare_head ()
 Return array head with list of tabs to view object informations. More...
 
 fichinter_rec_prepare_head ($object)
 Prepare array with list of tabs. More...
 

Detailed Description

Ensemble de fonctions de base pour le module fichinter.

Definition in file fichinter.lib.php.

Function Documentation

◆ fichinter_admin_prepare_head()

fichinter_admin_prepare_head ( )

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

Returns
array head array with tabs

Definition at line 138 of file fichinter.lib.php.

◆ fichinter_prepare_head()

fichinter_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 36 of file fichinter.lib.php.

◆ fichinter_rec_prepare_head()

fichinter_rec_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 181 of file fichinter.lib.php.