|
dolibarr
x.y.z
|
Class to manage accountancy systems. More...
Public Member Functions | |
| __construct ($db) | |
| Constructor. More... | |
| fetch ($rowid=0, $ref='') | |
| Load record in memory. More... | |
| create ($user) | |
| Insert accountancy system name into database. More... | |
Class to manage accountancy systems.
Definition at line 29 of file accountancysystem.class.php.
| AccountancySystem::__construct | ( | $db | ) |
Constructor.
| DoliDB | $db | handler |
Definition at line 81 of file accountancysystem.class.php.
References db.
| AccountancySystem::create | ( | $user | ) |
Insert accountancy system name into database.
| User | $user | making insert |
Definition at line 140 of file accountancysystem.class.php.
| AccountancySystem::fetch | ( | $rowid = 0, |
|
$ref = '' |
|||
| ) |
Load record in memory.
| int | $rowid | Id |
| string | $ref | ref |
Definition at line 94 of file accountancysystem.class.php.