|
dolibarr 21.0.4
|
Class to manage reports for accounting categories. More...
Public Member Functions | |
| __construct ($db) | |
| Constructor. | |
| create ($user, $notrigger=0) | |
| Create object into database. | |
| fetch ($id, $code='', $label='') | |
| Load object in memory from database. | |
| update ($user=null, $notrigger=0) | |
| Update object into database. | |
| delete ($user, $notrigger=0) | |
| Delete object in database. | |
Class to manage reports for accounting categories.
Definition at line 30 of file accountancyreport.class.php.
| AccountancyReport::__construct | ( | $db | ) |
Constructor.
Definition at line 93 of file accountancyreport.class.php.
| AccountancyReport::create | ( | $user, | |
| $notrigger = 0 ) |
Create object into database.
Definition at line 106 of file accountancyreport.class.php.
References $conf, and dol_syslog().
| AccountancyReport::delete | ( | $user, | |
| $notrigger = 0 ) |
Delete object in database.
Definition at line 292 of file accountancyreport.class.php.
References $conf, and dol_syslog().
| AccountancyReport::fetch | ( | $id, | |
| $code = '', | |||
| $label = '' ) |
Load object in memory from database.
| int | $id | Id object |
| string | $code | Code |
| string | $label | Label |
Definition at line 181 of file accountancyreport.class.php.
References dol_syslog(), and getEntity().
| AccountancyReport::update | ( | $user = null, | |
| $notrigger = 0 ) |
Update object into database.
Definition at line 230 of file accountancyreport.class.php.
References $conf, and dol_syslog().