dolibarr
9.0.0
|
Class to manage withdrawals. More...
Public Member Functions | |
__construct ($db, $user) | |
Constructor. More... | |
fetch ($rowid) | |
Recupere l'objet prelevement. More... | |
getLibStatut ($mode=0) | |
Return status label of object. More... | |
LibStatut ($statut, $mode=0) | |
Return status label for a status. More... | |
Static Public Member Functions | |
static | replaceThirdparty (DoliDB $db, $origin_id, $dest_id) |
Function used to replace a thirdparty id with another one. More... | |
Class to manage withdrawals.
Definition at line 32 of file ligneprelevement.class.php.
LignePrelevement::__construct | ( | $db, | |
$user | |||
) |
Constructor.
Definition at line 53 of file ligneprelevement.class.php.
LignePrelevement::fetch | ( | $rowid | ) |
Recupere l'objet prelevement.
int | $rowid | id de la facture a recuperer |
Definition at line 74 of file ligneprelevement.class.php.
LignePrelevement::getLibStatut | ( | $mode = 0 | ) |
Return status label of object.
int | $mode | 0=Label, 1=Picto + label, 2=Picto, 3=Label + Picto |
Definition at line 126 of file ligneprelevement.class.php.
LignePrelevement::LibStatut | ( | $statut, | |
$mode = 0 |
|||
) |
Return status label for a status.
int | $statut | id statut |
int | $mode | 0=Label, 1=Picto + label, 2=Picto, 3=Label + Picto |
Definition at line 139 of file ligneprelevement.class.php.
|
static |
Function used to replace a thirdparty id with another one.
Definition at line 176 of file ligneprelevement.class.php.