|
dolibarr 24.0.0-beta
|
Class to manage dictionary Countries (used by imports) More...


Public Member Functions | |
| __construct ($db) | |
| Constructor. | |
Public Member Functions inherited from Ccountry | |
| create ($user, $notrigger=0) | |
| Create object into database. | |
| fetch ($id, $code='', $code_iso='') | |
| Load object in memory from database. | |
| update ($user=null, $notrigger=0) | |
| Update object into database. | |
| delete ($user, $notrigger=0) | |
| Delete object in database. | |
| getNomUrl ($withpicto=0, $option='', $notooltip=0, $morecss='', $save_lastsearch_value=-1) | |
| Return a link to the object card (with optionally the picto) | |
Additional Inherited Members | |
Public Attributes inherited from Ccountry | |
| $element = 'ccountry' | |
| Id that identify managed objects. | |
| $table_element = 'c_country' | |
| Name of table without prefix where object is stored. | |
Class to manage dictionary Countries (used by imports)
Definition at line 350 of file ccountry.class.php.
| CcountryExtended::__construct | ( | $db | ) |