spamCaptcha
extends staticModel
in package
Spam Captcha base model
Tags
Table of Contents
- $cache : cache
- Cache object
- $cacheModule : string
- Cache Modul
- $cacheName : string
- Cache name
- $config : config
- Config object
- $data : array<string|int, mixed>
- Data array
- $events : events
- Event list
- $language : language
- Sprachobjekt
- $notifications : notifications
- Notifications
- $permissions : permissions
- Permissions
- $session : session
- Session objekt
- __construct() : void
- Konstruktor
- checkAnswer() : bool
- Captcha-Antwort prüfen, true wenn Antwort richtig
- checkExtras() : bool
- Weitere Prüfungen durchführen nach Antwort auf Spam-Frage
- createPluginInput() : string
- Ausgabe des Captcha-Textes, Bildes, etc.
- createPluginText() : string
- Erzeugen eines Eingabefeldes für Captcha
- getCacheName() : string
- Cache-Name zurückgeben
Properties
$cache
Cache object
protected
cache
$cache
$cacheModule
Cache Modul
protected
string
$cacheModule
= ''
Tags
$cacheName
Cache name
protected
string
$cacheName
= false
$config
Config object
protected
config
$config
$data
Data array
protected
array<string|int, mixed>
$data
$events
Event list
protected
events
$events
$language
Sprachobjekt
protected
language
$language
$notifications
Notifications
protected
notifications
$notifications
Tags
$permissions
Permissions
protected
permissions
$permissions
Tags
$session
Session objekt
protected
session
$session
Methods
__construct()
Konstruktor
public
__construct() : void
Return values
void —checkAnswer()
Captcha-Antwort prüfen, true wenn Antwort richtig
public
abstract checkAnswer() : bool
Return values
bool —checkExtras()
Weitere Prüfungen durchführen nach Antwort auf Spam-Frage
public
abstract checkExtras() : bool
Return values
bool —createPluginInput()
Ausgabe des Captcha-Textes, Bildes, etc.
public
abstract createPluginInput() : string
Return values
string —createPluginText()
Erzeugen eines Eingabefeldes für Captcha
public
abstract createPluginText() : string
Return values
string —getCacheName()
Cache-Name zurückgeben
public
getCacheName([string $addName = '' ]) : string
Parameters
- $addName : string = ''