|
dolibarr
13.0.2
|
Class to manage withdrawals. More...
Public Member Functions | |
| __construct ($db) | |
| Constructor. More... | |
| fetch ($rowid) | |
| Recupere l'objet prelevement. More... | |
| getLibStatut ($mode=0) | |
| Return status label of object. More... | |
| LibStatut ($status, $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 | ) |
Constructor.
| DoliDb | $db | Database handler |
Definition at line 52 of file ligneprelevement.class.php.
References db.
| LignePrelevement::fetch | ( | $rowid | ) |
Recupere l'objet prelevement.
| int | $rowid | Id de la facture a recuperer |
Definition at line 72 of file ligneprelevement.class.php.
References $resql, db, dol_syslog(), and statut.
| LignePrelevement::getLibStatut | ( | $mode = 0 | ) |
Return status label of object.
| int | $mode | 0=Label, 1=Picto + label, 2=Picto, 3=Label + Picto |
Definition at line 120 of file ligneprelevement.class.php.
References LibStatut(), and statut.
| LignePrelevement::LibStatut | ( | $status, | |
$mode = 0 |
|||
| ) |
Return status label for a status.
| int | $status | Id status |
| int | $mode | 0=Label, 1=Picto + label, 2=Picto, 3=Label + Picto |
Definition at line 133 of file ligneprelevement.class.php.
References img_picto().
Referenced by getLibStatut().
|
static |
Function used to replace a thirdparty id with another one.
Definition at line 167 of file ligneprelevement.class.php.
References CommonObject\commonReplaceThirdparty().