dolibarr  16.0.5
Functions
contract.lib.php File Reference

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

Go to the source code of this file.

Functions

 contract_prepare_head (Contrat $object)
 Prepare array with list of tabs. More...
 
 contract_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 contrat.

Definition in file contract.lib.php.

Function Documentation

◆ contract_admin_prepare_head()

contract_admin_prepare_head ( )

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

Returns
array head array with tabs

Definition at line 109 of file contract.lib.php.

◆ contract_prepare_head()

contract_prepare_head ( Contrat  $object)

Prepare array with list of tabs.

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

Definition at line 31 of file contract.lib.php.