Public Member Functions | Data Fields

captcha Class Reference

Public Member Functions

 captcha ($sourceFolder, $moduleFolder, $uploadFolder, $urlRequestRoot, $cmsFolder, $length=5)
 getFonts ()
 getRandFont ()
 stringGen ()
 makeCaptcha ()
 getCaptchaString ()
 getCaptchaUrl ()

Data Fields

 $Length
 $CaptchaString
 $fontpath
 $fonts
 $captchaImageUrl
 $sourceFolder
 $moduleFolder
 $uploadFolder
 $cmsFolder
 $urlRequestRoot

Detailed Description

Definition at line 32 of file captcha.class.php.


Member Function Documentation

captcha ( sourceFolder,
moduleFolder,
uploadFolder,
urlRequestRoot,
cmsFolder,
length = 5 
)

Definition at line 46 of file captcha.class.php.

getCaptchaString (  ) 

Definition at line 226 of file captcha.class.php.

getCaptchaUrl (  ) 

Definition at line 233 of file captcha.class.php.

getFonts (  ) 

Definition at line 89 of file captcha.class.php.

getRandFont (  ) 

Definition at line 136 of file captcha.class.php.

makeCaptcha (  ) 

Definition at line 162 of file captcha.class.php.

stringGen (  ) 

Definition at line 143 of file captcha.class.php.


Field Documentation

$captchaImageUrl

Definition at line 39 of file captcha.class.php.

$CaptchaString

Definition at line 36 of file captcha.class.php.

$cmsFolder

Definition at line 43 of file captcha.class.php.

$fontpath

Definition at line 37 of file captcha.class.php.

$fonts

Definition at line 38 of file captcha.class.php.

$Length

Definition at line 35 of file captcha.class.php.

$moduleFolder

Definition at line 41 of file captcha.class.php.

$sourceFolder

Definition at line 40 of file captcha.class.php.

$uploadFolder

Definition at line 42 of file captcha.class.php.

Definition at line 44 of file captcha.class.php.


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