dolibarr  19.0.0-dev
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

◆ __construct()

FormSms::__construct (   $db)

Constructor.

Parameters
DoliDB$dbDatabase handler

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

Member Function Documentation

◆ show_form()

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.


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