function __construct($name, $useCaptcha = false)
 {
     parent::__construct($name, true, $useCaptcha, 'POST');
 }
예제 #2
0
파일: contact.php 프로젝트: r1zib/erwand
 function __construct()
 {
     Formulaire::__construct();
     $this->formulaireOK = FALSE;
 }