webmatic3.wm3Captcha
\core\classes\wm3Captcha.php at line 8

Class wm3Captcha

wm3Captcha

public class wm3Captcha


Constructor Summary

wm3Captcha()

Method Summary
static void

canUseCaptcha()

static void

makeCaptcha()

static wm3GUITextField

makeCaptchaField(mixed w3, String name)

Render the captcha textfield form field

static void

renderCaptchaImage(String str)

Render a captcha images directly in the screen

static void

testPassedCaptcha(mixed w3, mixed name)

Constructor Detail

\core\classes\wm3Captcha.php at line 11

wm3Captcha

public wm3Captcha()

Method Detail

\core\classes\wm3Captcha.php at line 108

canUseCaptcha

public static void canUseCaptcha()

\core\classes\wm3Captcha.php at line 72

makeCaptcha

public static void makeCaptcha()

\core\classes\wm3Captcha.php at line 59

makeCaptchaField

public static wm3GUITextField makeCaptchaField(mixed w3, String name)

Render the captcha textfield form field

Parameters:
name - the textfield form name

\core\classes\wm3Captcha.php at line 17

renderCaptchaImage

public static void renderCaptchaImage(String str)

Render a captcha images directly in the screen

Parameters:
str - the captcha string

\core\classes\wm3Captcha.php at line 85

testPassedCaptcha

public static void testPassedCaptcha(mixed w3, mixed name)