Exemple #1
0
 public function __construct($formType)
 {
     $this->formType = $formType;
     self::setInvisibleCAPTCHA();
     //Initialize session object.
     $this->Session = Session::getSession();
 }
Exemple #2
0
 protected function __construct()
 {
     //Initialize session object.
     $this->Session = Session::getSession();
     self::getCurrentPage();
     self::getPastPage();
     self::updateSessionPages();
 }