|
dolibarr
x.y.z
|
Class of dictionary type of thirdparty (used by imports) More...
Public Member Functions | |
| __construct ($db) | |
| Constructor. More... | |
| create ($user, $notrigger=0) | |
| Create object into database. More... | |
| fetch ($id, $code='', $label='') | |
| Load object in memory from database. More... | |
| update ($user=null, $notrigger=0) | |
| Update object into database. More... | |
| delete ($user, $notrigger=0) | |
| Delete object in database. More... | |
Class of dictionary type of thirdparty (used by imports)
Definition at line 28 of file ctypent.class.php.
| Ctypent::__construct | ( | $db | ) |
Constructor.
| DoliDb | $db | Database handler |
Definition at line 66 of file ctypent.class.php.
References db.
| Ctypent::create | ( | $user, | |
$notrigger = 0 |
|||
| ) |
Create object into database.
Definition at line 79 of file ctypent.class.php.
| Ctypent::delete | ( | $user, | |
$notrigger = 0 |
|||
| ) |
Delete object in database.
Definition at line 265 of file ctypent.class.php.
| Ctypent::fetch | ( | $id, | |
$code = '', |
|||
$label = '' |
|||
| ) |
Load object in memory from database.
| int | $id | Id object |
| string | $code | Code |
| string | $label | Label |
Definition at line 156 of file ctypent.class.php.
| Ctypent::update | ( | $user = null, |
|
$notrigger = 0 |
|||
| ) |
Update object into database.
Definition at line 203 of file ctypent.class.php.