XOOPS  2.6.0
XoopsCaptchaMethod Class Reference
Inheritance diagram for XoopsCaptchaMethod:
Inheritance graph

Public Member Functions

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

Public Attributes

 $code
 
 $config
 
 $handler
 

Detailed Description

Definition at line 32 of file xoopscaptchamethod.php.

Constructor & Destructor Documentation

XoopsCaptchaMethod::__construct (   $handler = null)

XoopsCaptchaMethod::__construct()

Parameters
mixed$handler

Definition at line 54 of file xoopscaptchamethod.php.

References $handler.

Member Function Documentation

XoopsCaptchaMethod::destroyGarbage ( )
Returns
bool

Definition at line 134 of file xoopscaptchamethod.php.

XoopsCaptchaMethod::getCode ( )

XoopsCaptchaMethod::getCode()

Returns
string

Definition at line 91 of file xoopscaptchamethod.php.

XoopsCaptchaMethod::isActive ( )

XoopsCaptchaMethod::isActive()

Returns
bool

Definition at line 64 of file xoopscaptchamethod.php.

XoopsCaptchaMethod::loadConfig (   $name = '')

XoopsCaptchaMethod::loadConfig()

Parameters
string$name
Returns
array

Definition at line 76 of file xoopscaptchamethod.php.

References $name.

XoopsCaptchaMethod::render ( )

XoopsCaptchaMethod::render()

Returns
string

Definition at line 101 of file xoopscaptchamethod.php.

XoopsCaptchaMethod::renderValidationJS ( )
Returns
string

Definition at line 109 of file xoopscaptchamethod.php.

XoopsCaptchaMethod::verify (   $sessionName = null)

XoopsCaptchaMethod::verify()

Parameters
string$sessionName
Returns
bool

Definition at line 121 of file xoopscaptchamethod.php.

References $_SESSION.

Member Data Documentation

XoopsCaptchaMethod::$code

Definition at line 47 of file xoopscaptchamethod.php.

XoopsCaptchaMethod::$config

Definition at line 42 of file xoopscaptchamethod.php.

XoopsCaptchaMethod::$handler

Definition at line 37 of file xoopscaptchamethod.php.

Referenced by __construct().


The documentation for this class was generated from the following file: