fpcmDefault
extends spamCaptcha
in package
Default captcha plugin
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
- $maxCommentTextLinks : int
- maximale Anzahl an Links, bevor Kommentar als Spam markiert wird
- __construct() : void
- Konstruktor
- checkAnswer() : bool
- Captcha-Antwort prüfen
- checkExtras() : bool
- zusätzliche Prüfungen durchführen
- createPluginInput() : string
- Create input field for Captcha
- createPluginText() : string
- Ausgabe des Captcha-Textes
- createPluginTextInput() : string
- Create input field for 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
$maxCommentTextLinks
maximale Anzahl an Links, bevor Kommentar als Spam markiert wird
private
int
$maxCommentTextLinks
= 5
Methods
__construct()
Konstruktor
public
__construct() : void
Return values
void —checkAnswer()
Captcha-Antwort prüfen
public
checkAnswer() : bool
Return values
bool —checkExtras()
zusätzliche Prüfungen durchführen
public
checkExtras() : bool
Return values
bool —createPluginInput()
Create input field for Captcha
public
createPluginInput([bool $wrap = false ]) : string
Parameters
- $wrap : bool = false
Return values
string —createPluginText()
Ausgabe des Captcha-Textes
public
createPluginText() : string
Return values
string —createPluginTextInput()
Create input field for Captcha
public
createPluginTextInput([bool $float = false ]) : string
Parameters
- $float : bool = false
Tags
Return values
string —getCacheName()
Cache-Name zurückgeben
public
getCacheName([string $addName = '' ]) : string
Parameters
- $addName : string = ''