dolibarr  20.0.0-beta
Public Member Functions | List of all members
FormSms Class Reference

Class 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

Class 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 107 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 (recommended is to use with value 0)
Returns
void

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


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