|
dolibarr 18.0.8
|
Classe permettant la generation du formulaire d'envoi de Sms Usage: $formsms = new FormSms($db) $formsms->proprietes=1 ou chaine ou tableau de valeurs $formsms->show_form() affiche le formulaire. More...
Public Member Functions | |
| __construct ($db) | |
| Constructor. | |
| show_form ($morecss='titlefield', $showform=1) | |
| Show the form to input an sms. | |
Classe permettant la generation du formulaire d'envoi de Sms Usage: $formsms = new FormSms($db) $formsms->proprietes=1 ou chaine ou tableau de valeurs $formsms->show_form() affiche le formulaire.
Definition at line 34 of file html.formsms.class.php.
| FormSms::__construct | ( | $db | ) |
Constructor.
Definition at line 86 of file html.formsms.class.php.
| FormSms::show_form | ( | $morecss = 'titlefield', | |
| $showform = 1 ) |
Show the form to input an sms.
| string | $morecss | Class on first column td |
| int | $showform | Show form tags and submit button (recommanded is to use with value 0) |
Definition at line 110 of file html.formsms.class.php.
References dol_include_once(), dol_print_error(), dol_strlen(), dol_syslog(), GETPOST(), and make_substitutions().