dolibarr
18.0.0
|
Class to manage dictionary Regions. More...
Public Member Functions | |
__construct ($db) | |
Constructor. More... | |
create ($user, $notrigger=0) | |
Create object into database. More... | |
fetch ($id, $code_region='', $fk_pays='') | |
Load object in memory from database. More... | |
update ($user=null, $notrigger=0) | |
Update object into database. More... | |
delete ($user, $notrigger=0) | |
Delete object in database. More... | |
getNomUrl ($withpicto=0, $option='', $notooltip=0, $morecss='', $save_lastsearch_value=-1) | |
Return a link to the object card (with optionaly the picto) More... | |
Class to manage dictionary Regions.
Definition at line 28 of file cregion.class.php.
Cregion::__construct | ( | $db | ) |
Cregion::create | ( | $user, | |
$notrigger = 0 |
|||
) |
Create object into database.
Definition at line 86 of file cregion.class.php.
Cregion::delete | ( | $user, | |
$notrigger = 0 |
|||
) |
Delete object in database.
Definition at line 282 of file cregion.class.php.
Cregion::fetch | ( | $id, | |
$code_region = '' , |
|||
$fk_pays = '' |
|||
) |
Load object in memory from database.
int | $id | Id object |
string | $code_region | Code |
string | $fk_pays | Country Id |
Definition at line 164 of file cregion.class.php.
References $sql.
Cregion::getNomUrl | ( | $withpicto = 0 , |
|
$option = '' , |
|||
$notooltip = 0 , |
|||
$morecss = '' , |
|||
$save_lastsearch_value = -1 |
|||
) |
Return a link to the object card (with optionaly the picto)
int | $withpicto | Include picto in link (0=No picto, 1=Include picto into link, 2=Only picto) |
string | $option | On what the link point to ('nolink', ...) |
int | $notooltip | 1=Disable tooltip |
string | $morecss | Add more css on link |
int | $save_lastsearch_value | -1=Auto, 0=No save of lastsearch_values when clicking, 1=Save lastsearch_values whenclicking |
Definition at line 323 of file cregion.class.php.
Cregion::update | ( | $user = null , |
|
$notrigger = 0 |
|||
) |
Update object into database.
Definition at line 216 of file cregion.class.php.