PHP Class FGSimpleCaptcha

This program is free software published under the terms of the GNU Lesser General Public License. This program is distributed in the hope that it will be useful - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Inheritance: extends FG_CaptchaHandler
Afficher le fichier Open project: zakattax/bitscript-temperate

Méthodes publiques

Свойство Type Description
$captcha_varname
$error_str
$uniquekey

Méthodes publiques

Méthode Description
FGSimpleCaptcha ( $captcha_var_name )
GetError ( )
GetKey ( )
GetSimpleCaptcha ( ) *Add more simple questions here.
Md5CaptchaAnswer ( $answer )
SetFormKey ( $key )
Validate ( )

Method Details

FGSimpleCaptcha() public méthode

public FGSimpleCaptcha ( $captcha_var_name )

GetError() public méthode

public GetError ( )

GetKey() public méthode

public GetKey ( )

GetSimpleCaptcha() public méthode

*Add more simple questions here.
public GetSimpleCaptcha ( )

Md5CaptchaAnswer() public méthode

public Md5CaptchaAnswer ( $answer )

SetFormKey() public méthode

public SetFormKey ( $key )

Validate() public méthode

public Validate ( )

Property Details

$captcha_varname public_oe property

public $captcha_varname

$error_str public_oe property

public $error_str

$uniquekey public_oe property

public $uniquekey