dolibarr 21.0.0-alpha
FormSocialContrib Class Reference

Class to manage generation of HTML components for social contributions management. More...

Public Member Functions

 __construct ($db)
 Constructor.
 
 select_type_socialcontrib ($selected=0, $htmlname='actioncode', $useempty=0, $maxlen=40, $help=1, $morecss='minwidth300', $noerrorifempty=0)
 Return list of social contributions.
 

Detailed Description

Class to manage generation of HTML components for social contributions management.

Definition at line 29 of file html.formsocialcontrib.class.php.

Constructor & Destructor Documentation

◆ __construct()

FormSocialContrib::__construct ( $db)

Constructor.

Parameters
DoliDB$dbDatabase handler

Definition at line 47 of file html.formsocialcontrib.class.php.

Member Function Documentation

◆ select_type_socialcontrib()

FormSocialContrib::select_type_socialcontrib ( $selected = 0,
$htmlname = 'actioncode',
$useempty = 0,
$maxlen = 40,
$help = 1,
$morecss = 'minwidth300',
$noerrorifempty = 0 )

Return list of social contributions.

Use mysoc->country_id or mysoc->country_code so they must be defined.

Parameters
int$selectedPreselected type
string$htmlnameName of field in form
int<0,1>$useempty Set to 1 if we want an empty value
int$maxlenMax length of text in combo box
int<0,1>$help Add or not the admin help picto
string$morecssAdd more CSS on select
int<0,1>$noerrorifempty No print error if list is empty for the country
Returns
void

Definition at line 66 of file html.formsocialcontrib.class.php.

References ajax_combobox(), dol_print_error(), dol_syslog(), and info_admin().


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