function __construct($name, $useCaptcha = false)
 {
     parent::__construct($name, true, $useCaptcha, 'POST');
 }
示例#2
0
文件: contact.php 项目: r1zib/erwand
 function __construct()
 {
     Formulaire::__construct();
     $this->formulaireOK = FALSE;
 }