dolibarr 24.0.0-beta
CcountryExtended Class Reference

Class to manage dictionary Countries (used by imports) More...

Inheritance diagram for CcountryExtended:
Collaboration diagram for CcountryExtended:

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.
 

Detailed Description

Class to manage dictionary Countries (used by imports)

Definition at line 350 of file ccountry.class.php.

Constructor & Destructor Documentation

◆ __construct()

CcountryExtended::__construct ( $db)

Constructor.

Parameters
DoliDB$dbDatabase handler

Reimplemented from Ccountry.

Definition at line 367 of file ccountry.class.php.


The documentation for this class was generated from the following file: