| 
    dolibarr 21.0.0-beta
    
   | 
 
Class of dictionary type of thirdparty (used by imports) More...


Public Member Functions | |
| __construct ($db) | |
| Constructor.   | |
| create ($user, $notrigger=0) | |
| Create object into database.   | |
| fetch ($id, $code='', $label='') | |
| Load object in memory from database.   | |
| update ($user=null, $notrigger=0) | |
| Update object into database.   | |
| delete ($user, $notrigger=0) | |
| Delete object in database.   | |
Class of dictionary type of thirdparty (used by imports)
Definition at line 32 of file ctypent.class.php.
| Ctypent::__construct | ( | $db | ) | 
| Ctypent::create | ( | $user, | |
| $notrigger = 0 ) | 
Create object into database.
Definition at line 66 of file ctypent.class.php.
References $conf, and dol_syslog().
| Ctypent::delete | ( | $user, | |
| $notrigger = 0 ) | 
Delete object in database.
Definition at line 252 of file ctypent.class.php.
References $conf, and dol_syslog().
| Ctypent::fetch | ( | $id, | |
| $code = '', | |||
| $label = '' ) | 
Load object in memory from database.
| int | $id | Id object | 
| string | $code | Code | 
| string | $label | Label | 
Definition at line 143 of file ctypent.class.php.
| Ctypent::update | ( | $user = null, | |
| $notrigger = 0 ) | 
Update object into database.
Definition at line 190 of file ctypent.class.php.
References $conf, and dol_syslog().