XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe XoopsCaptchaMethod
+ Graphe d'héritage de XoopsCaptchaMethod:

Fonctions membres publiques

 __construct ($handler=null)
 
 isActive ()
 
 loadConfig ($name='')
 
 getCode ()
 
 render ()
 
 renderValidationJS ()
 
 verify ($sessionName=null)
 

Champs de données

 $handler
 
 $config
 
 $code
 

Description détaillée

Abstract class for CAPTCHA method

Currently there are two types of CAPTCHA forms, text and image The default mode is "text", it can be changed in the priority: 1 If mode is set through XoopsFormCaptcha::setConfig("mode", $mode), take it 2 Elseif mode is set though captcha/config.php, take it 3 Else, take "text"

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $handler = null)

XoopsCaptchaMethod::__construct()

Paramètres
mixed$handler

Réimplémentée dans XoopsCaptchaText.

Documentation des fonctions membres

◆ getCode()

getCode ( )

◆ isActive()

isActive ( )

◆ loadConfig()

loadConfig (   $name = '')

XoopsCaptchaMethod::loadConfig()

Paramètres
string$name
Renvoie
void

◆ render()

render ( )

◆ renderValidationJS()

renderValidationJS ( )
Renvoie
string

◆ verify()

verify (   $sessionName = null)

XoopsCaptchaMethod::verify()

Paramètres
mixed$sessionName
Renvoie
bool

Documentation des champs

◆ $code

$code

◆ $config

◆ $handler

$handler

La documentation de cette classe a été générée à partir du fichier suivant :