dolibarr 18.0.6
Cchargesociales Class Reference

Class Cchargesociales. More...

Public Member Functions

 __construct (DoliDB $db)
 Constructor.
 
 create (User $user, $notrigger=false)
 Create object into database.
 
 fetch ($id, $ref=null)
 Load object in memory from the database.
 
 update (User $user, $notrigger=false)
 Update object into database.
 
 delete (User $user, $notrigger=false)
 Delete object in database.
 
 createFromClone (User $user, $fromid)
 Load an object from its id and create a new one in database.
 
 getNomUrl ($withpicto=0, $option='', $notooltip=0, $maxlen=24, $morecss='')
 Return a link to the user card (with optionaly the picto) Use this->id,this->lastname, this->firstname.
 
 getLibStatut ($mode=0)
 Return the label of the status.
 
 LibStatut ($status, $mode=0)
 Return the label of a given status.
 
 initAsSpecimen ()
 Initialise object with example values Id must be 0 if object instance is a specimen.
 

Private Member Functions

 trimParameters ($parameters)
 Trim object parameters.
 

Detailed Description

Class Cchargesociales.

Definition at line 35 of file cchargesociales.class.php.

Constructor & Destructor Documentation

◆ __construct()

Cchargesociales::__construct ( DoliDB $db)

Constructor.

Parameters
DoliDb$dbDatabase handler

Definition at line 79 of file cchargesociales.class.php.

Member Function Documentation

◆ create()

Cchargesociales::create ( User $user,
$notrigger = false )

Create object into database.

Parameters
User$userUser that creates
bool$notriggerfalse=launch triggers after, true=disable triggers
Returns
int <0 if KO, Id of created object if OK

Definition at line 92 of file cchargesociales.class.php.

References dol_syslog(), and trimParameters().

◆ createFromClone()

Cchargesociales::createFromClone ( User $user,
$fromid )

Load an object from its id and create a new one in database.

Parameters
User$userUser making the clone
int$fromidId of object to clone
Returns
int New id of clone

Definition at line 361 of file cchargesociales.class.php.

References dol_syslog().

◆ delete()

Cchargesociales::delete ( User $user,
$notrigger = false )

Delete object in database.

Parameters
User$userUser that deletes
bool$notriggerfalse=launch triggers after, true=disable triggers
Returns
int <0 if KO, >0 if OK

Definition at line 310 of file cchargesociales.class.php.

References dol_syslog().

◆ fetch()

Cchargesociales::fetch ( $id,
$ref = null )

Load object in memory from the database.

Parameters
int$idId object
string$refRef
Returns
int <0 if KO, 0 if not found, >0 if OK

Definition at line 176 of file cchargesociales.class.php.

References dol_syslog().

◆ getLibStatut()

Cchargesociales::getLibStatut ( $mode = 0)

Return the label of the status.

Parameters
int$mode0=long label, 1=short label, 2=Picto + short label, 3=Picto, 4=Picto + long label, 5=Short label + Picto, 6=Long label + Picto
Returns
string Label of status

Definition at line 449 of file cchargesociales.class.php.

References LibStatut().

◆ getNomUrl()

Cchargesociales::getNomUrl ( $withpicto = 0,
$option = '',
$notooltip = 0,
$maxlen = 24,
$morecss = '' )

Return a link to the user card (with optionaly the picto) Use this->id,this->lastname, this->firstname.

Parameters
int$withpictoInclude picto in link (0=No picto, 1=Include picto into link, 2=Only picto)
string$optionOn what the link point to
integer$notooltip1=Disable tooltip
int$maxlenMax length of visible user name
string$morecssAdd more css on link
Returns
string String with URL

Definition at line 414 of file cchargesociales.class.php.

◆ initAsSpecimen()

Cchargesociales::initAsSpecimen ( )

Initialise object with example values Id must be 0 if object instance is a specimen.

Returns
void

Definition at line 514 of file cchargesociales.class.php.

◆ LibStatut()

Cchargesociales::LibStatut ( $status,
$mode = 0 )

Return the label of a given status.

Parameters
int$statusId status
int$mode0=long label, 1=short label, 2=Picto + short label, 3=Picto, 4=Picto + long label, 5=Short label + Picto, 6=Long label + Picto
Returns
string Label of status

Definition at line 462 of file cchargesociales.class.php.

References img_picto().

Referenced by getLibStatut().

◆ trimParameters()

Cchargesociales::trimParameters ( $parameters)
private

Trim object parameters.

Parameters
string[]$parametersarray of parameters to trim
Returns
void

Definition at line 534 of file cchargesociales.class.php.

Referenced by create(), and update().

◆ update()

Cchargesociales::update ( User $user,
$notrigger = false )

Update object into database.

Parameters
User$userUser that modifies
bool$notriggerfalse=launch triggers after, true=disable triggers
Returns
int <0 if KO, >0 if OK

Definition at line 236 of file cchargesociales.class.php.

References dol_syslog(), and trimParameters().


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