dolibarr
x.y.z
|
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... | |
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 | ) |
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.