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

Public Member Functions

 __construct ()
 
 getPluginList ()
 
 loadBasicConfig ($filename=null)
 
 loadConfig ($name= 'config')
 
 loadConfigPlugin ()
 
 loadPluginHandler ($name=null)
 
 readConfig ($file= 'config')
 
 VerifyData ()
 
 writeConfig ($file= 'config', $data)
 
- Public Member Functions inherited from XoopsCaptcha
 destroyGarbage ($clearSession=false)
 
 getCaption ()
 
 getMessage ()
 
 isActive ()
 
 loadBasicConfig ($filename= 'config')
 
 loadConfig ($name= 'config')
 
 loadForm ()
 
 loadHandler ($name=null)
 
 readConfig ($filename= 'config')
 
 render ()
 
 renderValidationJS ()
 
 setCode ($code=null)
 
 setConfig ($name, $val)
 
 setConfigs ($configs)
 
 verify ($skipMember=null, $name=null)
 
 writeConfig ($filename= 'config', $config)
 

Static Public Member Functions

static getInstance ()
 
- Static Public Member Functions inherited from XoopsCaptcha
static getInstance ()
 

Public Attributes

 $captchaHandler
 
 $config = array()
 
 $plugin_config = array()
 
 $plugin_List = array()
 
 $xcaptcha_path_plugin
 
- Public Attributes inherited from XoopsCaptcha
 $active
 
 $config = array()
 
 $configPath
 
 $handler
 
 $message = array()
 
 $name
 
 $path_basic
 
 $path_plugin
 

Additional Inherited Members

- Protected Member Functions inherited from XoopsCaptcha
 __construct ()
 

Detailed Description

Definition at line 19 of file xcaptcha.php.

Constructor & Destructor Documentation

Xcaptcha::__construct ( )

Definition at line 31 of file xcaptcha.php.

References XoopsBaseConfig\get(), XoopsCaptcha\getInstance(), getPluginList(), loadConfig(), and loadConfigPlugin().

Here is the call graph for this function:

Member Function Documentation

static Xcaptcha::getInstance ( )
static

Definition at line 40 of file xcaptcha.php.

Referenced by XcaptchaImage\__construct(), XcaptchaText\__construct(), and XcaptchaRecaptcha\__construct().

Here is the caller graph for this function:

Xcaptcha::getPluginList ( )

Definition at line 70 of file xcaptcha.php.

References $plugin_List.

Referenced by __construct().

Here is the caller graph for this function:

Xcaptcha::loadBasicConfig (   $filename = null)

Definition at line 55 of file xcaptcha.php.

Xcaptcha::loadConfig (   $name = 'config')

Definition at line 50 of file xcaptcha.php.

References XoopsCaptcha\$name.

Referenced by __construct(), and loadConfigPlugin().

Here is the caller graph for this function:

Xcaptcha::loadConfigPlugin ( )

Definition at line 81 of file xcaptcha.php.

References $config, and loadConfig().

Referenced by __construct().

Here is the call graph for this function:

Here is the caller graph for this function:

Xcaptcha::loadPluginHandler (   $name = null)

Definition at line 105 of file xcaptcha.php.

References $file, XoopsCaptcha\$name, and XoopsLoad\fileExists().

Here is the call graph for this function:

Xcaptcha::readConfig (   $file = 'config')

Definition at line 60 of file xcaptcha.php.

References $file.

Xcaptcha::VerifyData ( )

Definition at line 90 of file xcaptcha.php.

References $config, $system, and System\getInstance().

Here is the call graph for this function:

Xcaptcha::writeConfig (   $file = 'config',
  $data 
)

Definition at line 65 of file xcaptcha.php.

References $file.

Member Data Documentation

Xcaptcha::$captchaHandler

Definition at line 21 of file xcaptcha.php.

Xcaptcha::$config = array()

Definition at line 23 of file xcaptcha.php.

Referenced by loadConfigPlugin(), and VerifyData().

Xcaptcha::$plugin_config = array()

Definition at line 27 of file xcaptcha.php.

Xcaptcha::$plugin_List = array()

Definition at line 25 of file xcaptcha.php.

Referenced by getPluginList().

Xcaptcha::$xcaptcha_path_plugin

Definition at line 29 of file xcaptcha.php.


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