XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
XoopsFormCaptcha Class Reference
Inheritance diagram for XoopsFormCaptcha:
Inheritance graph

Public Member Functions

 render ()
 
 renderValidationJS ()
 
 setConfig ($name, $val)
 
 XoopsFormCaptcha ($caption= '', $name= 'xoopscaptcha', $skipmember=true, $configs=array())
 
- Public Member Functions inherited from XoopsFormElement
 getAccessKey ()
 
 getAccessString ($str)
 
 getCaption ($encode=false)
 
 getClass ()
 
 getDescription ($encode=false)
 
 getExtra ($encode=false)
 
 getFormType ()
 
 getName ($encode=true)
 
 getNocolspan ()
 
 getTitle ($encode=true)
 
 isContainer ()
 
 isHidden ()
 
 isRequired ()
 
 render ()
 
 renderValidationJS ()
 
 setAccessKey ($key)
 
 setCaption ($caption)
 
 setClass ($class)
 
 setDescription ($description)
 
 setExtra ($extra, $replace=false)
 
 setFormType ($value= '')
 
 setHidden ()
 
 setName ($name)
 
 setNocolspan ($nocolspan=true)
 
 XoopsFormElement ()
 

Public Attributes

 $captchaHandler
 
- Public Attributes inherited from XoopsFormElement
 $_accesskey = ''
 
 $_caption
 
 $_class = array()
 
 $_description = ''
 
 $_extra = array()
 
 $_formtype = ''
 
 $_hidden = false
 
 $_name
 
 $_nocolspan = false
 
 $_required = false
 
 $customValidationCode = array()
 

Detailed Description

Definition at line 48 of file formcaptcha.php.

Member Function Documentation

XoopsFormCaptcha::render ( )

Definition at line 79 of file formcaptcha.php.

XoopsFormCaptcha::renderValidationJS ( )

Definition at line 86 of file formcaptcha.php.

XoopsFormCaptcha::setConfig (   $name,
  $val 
)

Definition at line 74 of file formcaptcha.php.

XoopsFormCaptcha::XoopsFormCaptcha (   $caption = '',
  $name = 'xoopscaptcha',
  $skipmember = true,
  $configs = array() 
)
Parameters
string$captionCaption of the form element, default value is defined in captcha/language/
string$nameName for the input box
boolean$skipmemberSkip CAPTCHA check for members

Definition at line 58 of file formcaptcha.php.

References $configs, XoopsCaptcha\getInstance(), and xoops_load().

Here is the call graph for this function:

Member Data Documentation

XoopsFormCaptcha::$captchaHandler

Definition at line 50 of file formcaptcha.php.


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