dolibarr  20.0.0-beta
Functions
fichinter.lib.php File Reference

Ensemble de functions 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 information. More...
 
 fichinter_rec_prepare_head ($object)
 Prepare array with list of tabs. More...
 

Detailed Description

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

Returns
array head array with tabs

Definition at line 170 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 37 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 221 of file fichinter.lib.php.