Documentation

fpcmDefault extends spamCaptcha
in package

Default captcha plugin

Tags
author

Stefan Seehafer aka imagine fanpress@nobody-knows.org

copyright

(c) 2011-2020, Stefan Seehafer

license

http://www.gnu.org/licenses/gpl.txt GPLv3

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

$cacheModule

Cache Modul

protected string $cacheModule = ''
Tags
since
3.4

$cacheName

Cache name

protected string $cacheName = false

$data

Data array

protected array<string|int, mixed> $data

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
since
4.3
Return values
string

getCacheName()

Cache-Name zurückgeben

public getCacheName([string $addName = '' ]) : string
Parameters
$addName : string = ''
Return values
string

Search results