dolibarr  16.0.5
Functions
contact.lib.php File Reference

Ensemble de fonctions de base pour les contacts. More...

Go to the source code of this file.

Functions

 contact_prepare_head (Contact $object)
 Prepare array with list of tabs. More...
 
 show_contacts_projects ($conf, $langs, $db, $object, $backtopage='', $nocreatelink=0, $morehtmlright='')
 Show html area for list of projects. More...
 

Detailed Description

Ensemble de fonctions de base pour les contacts.

Definition in file contact.lib.php.

Function Documentation

◆ contact_prepare_head()

contact_prepare_head ( Contact  $object)

Prepare array with list of tabs.

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

Definition at line 33 of file contact.lib.php.

◆ show_contacts_projects()

show_contacts_projects (   $conf,
  $langs,
  $db,
  $object,
  $backtopage = '',
  $nocreatelink = 0,
  $morehtmlright = '' 
)

Show html area for list of projects.

Parameters
Conf$confObject conf
Translate$langsObject langs
DoliDB$dbDatabase handler
Object$objectThird party object
string$backtopageUrl to go once contact is created
int$nocreatelink1=Hide create project link
string$morehtmlrightMore html on right of title
Returns
int

Definition at line 167 of file contact.lib.php.