|
dolibarr
x.y.z
|
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... | |
Ensemble de fonctions de base pour les contacts.
Definition in file contact.lib.php.
| contact_prepare_head | ( | Contact | $object | ) |
Prepare array with list of tabs.
| Contact | $object | Object related to tabs |
Definition at line 33 of file contact.lib.php.
| show_contacts_projects | ( | $conf, | |
| $langs, | |||
| $db, | |||
| $object, | |||
$backtopage = '', |
|||
$nocreatelink = 0, |
|||
$morehtmlright = '' |
|||
| ) |
Show html area for list of projects.
| Conf | $conf | Object conf |
| Translate | $langs | Object langs |
| DoliDB | $db | Database handler |
| Object | $object | Third party object |
| string | $backtopage | Url to go once contact is created |
| int | $nocreatelink | 1=Hide create project link |
| string | $morehtmlright | More html on right of title |
Definition at line 170 of file contact.lib.php.