EasyBlogCaptcha
extends EasyBlog
in package
Table of Contents
Properties
- $app : mixed
- $config : mixed
- $db : mixed
- $doc : mixed
- $input : mixed
- $jconfig : mixed
- $lang : mixed
- $my : mixed
- $string : mixed
- $adapter : mixed
Methods
- __construct() : mixed
- getAdapter() : mixed
- Retrieves the captcha adapter
- getError() : mixed
- getErrors() : mixed
- getHTML() : mixed
- Retrieves the html codes for the ratings.
- getRecaptchaLanguages() : mixed
- Retrieve recaptcha language from json file
- hasError() : mixed
- hasErrors() : mixed
- isMobile() : mixed
- Determines if this is a mobile layout
- isTablet() : mixed
- Determines if this is a tablet layout
- loadLanguage() : mixed
- Helper method to load language
- setError() : mixed
- verify() : mixed
- Verifies the captcha codes
Properties
$app
public
mixed
$app
= \null
$config
public
mixed
$config
= \null
$db
public
mixed
$db
= \null
$doc
public
mixed
$doc
= \null
$input
public
mixed
$input
= \null
$jconfig
public
mixed
$jconfig
= \null
$lang
public
mixed
$lang
= \null
$my
public
mixed
$my
= \null
$string
public
mixed
$string
= \null
$adapter
protected
mixed
$adapter
= \null
Methods
__construct()
public
__construct([mixed $uid = null ][, mixed $userId = null ]) : mixed
Parameters
- $uid : mixed = null
- $userId : mixed = null
getAdapter()
Retrieves the captcha adapter
public
getAdapter(mixed $type) : mixed
Parameters
- $type : mixed
Tags
getError()
public
getError() : mixed
getErrors()
public
getErrors() : mixed
getHTML()
Retrieves the html codes for the ratings.
public
getHTML() : mixed
Tags
getRecaptchaLanguages()
Retrieve recaptcha language from json file
public
getRecaptchaLanguages() : mixed
Tags
hasError()
public
hasError() : mixed
hasErrors()
public
hasErrors() : mixed
isMobile()
Determines if this is a mobile layout
public
isMobile() : mixed
Tags
isTablet()
Determines if this is a tablet layout
public
isTablet() : mixed
Tags
loadLanguage()
Helper method to load language
public
loadLanguage([mixed $admin = false ]) : mixed
Parameters
- $admin : mixed = false
Tags
setError()
public
setError(mixed $msg) : mixed
Parameters
- $msg : mixed
verify()
Verifies the captcha codes
public
verify() : mixed