dolibarr  13.0.2
Public Member Functions | List of all members
FormSms Class Reference

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. More...
 
 show_form ($morecss= 'titlefield', $showform=1)
 Show the form to input an sms. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

FormSms::__construct (   $db)

Constructor.

Parameters
DoliDB$dbDatabase handler

Definition at line 86 of file html.formsms.class.php.

References db.

Member Function Documentation

FormSms::show_form (   $morecss = 'titlefield',
  $showform = 1 
)

Show the form to input an sms.

Parameters
string$morecssClass on first column td
int$showformShow form tags and submit button (recommanded is to use with value 0)
Returns
void

Definition at line 110 of file html.formsms.class.php.

References db, dol_include_once(), dol_print_error(), dol_strlen(), dol_syslog(), GETPOST(), GETPOSTISSET(), make_substitutions(), and print.


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