dolibarr  19.0.0-dev
Public Member Functions | List of all members
Cstate Class Reference

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

Public Member Functions

 __construct ($db)
 Constructor. More...
 
 create ($user, $notrigger=0)
 Create object into database. More...
 
 fetch ($id, $code='')
 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...
 

Detailed Description

Class to manage dictionary States (used by imports)

Definition at line 27 of file cstate.class.php.

Constructor & Destructor Documentation

◆ __construct()

Cstate::__construct (   $db)

Constructor.

Parameters
DoliDb$dbDatabase handler

Definition at line 84 of file cstate.class.php.

Member Function Documentation

◆ create()

Cstate::create (   $user,
  $notrigger = 0 
)

Create object into database.

Parameters
User$userUser that create
int$notrigger0=launch triggers after, 1=disable triggers
Returns
int <0 if KO, Id of created object if OK

Definition at line 97 of file cstate.class.php.

◆ delete()

Cstate::delete (   $user,
  $notrigger = 0 
)

Delete object in database.

Parameters
User$userUser that delete
int$notrigger0=launch triggers after, 1=disable triggers
Returns
int <0 if KO, >0 if OK

Definition at line 265 of file cstate.class.php.

◆ fetch()

Cstate::fetch (   $id,
  $code = '' 
)

Load object in memory from database.

Parameters
int$idId object
string$codeCode
Returns
int <0 if KO, >0 if OK

Definition at line 163 of file cstate.class.php.

References $sql.

◆ getNomUrl()

Cstate::getNomUrl (   $withpicto = 0,
  $option = '',
  $notooltip = 0,
  $morecss = '',
  $save_lastsearch_value = -1 
)

Return a link to the object card (with optionaly the picto)

Parameters
int$withpictoInclude picto in link (0=No picto, 1=Include picto into link, 2=Only picto)
string$optionOn what the link point to ('nolink', ...)
int$notooltip1=Disable tooltip
string$morecssAdd more css on link
int$save_lastsearch_value-1=Auto, 0=No save of lastsearch_values when clicking, 1=Save lastsearch_values whenclicking
Returns
string String with URL

Definition at line 306 of file cstate.class.php.

◆ update()

Cstate::update (   $user = null,
  $notrigger = 0 
)

Update object into database.

Parameters
User$userUser that modify
int$notrigger0=launch triggers after, 1=disable triggers
Returns
int <0 if KO, >0 if OK

Definition at line 207 of file cstate.class.php.


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