|
dolibarr 20.0.5
|
Class to manage accountancy systems. More...
Public Member Functions | |
| __construct ($db) | |
| Constructor. | |
| fetch ($rowid=0, $ref='') | |
| Load record in memory. | |
| create ($user) | |
| Insert accountancy system name into database. | |
Class to manage accountancy systems.
Definition at line 30 of file accountancysystem.class.php.
| AccountancySystem::__construct | ( | $db | ) |
Constructor.
| DoliDB | $db | handler |
Definition at line 109 of file accountancysystem.class.php.
| AccountancySystem::create | ( | $user | ) |
Insert accountancy system name into database.
| User | $user | making insert |
Definition at line 168 of file accountancysystem.class.php.
References dol_now(), dol_syslog(), and rowid.
| AccountancySystem::fetch | ( | $rowid = 0, | |
| $ref = '' ) |
Load record in memory.
| int | $rowid | Id |
| string | $ref | ref |
Definition at line 122 of file accountancysystem.class.php.
References dol_syslog(), ref, and rowid.