Urlaubsplan
Lade ...
Suche ...
Keine Treffer
Config::Honeypot Klassenreferenz
Klassendiagramm für Config::Honeypot:
Zusammengehörigkeiten von Config::Honeypot:

Öffentliche Attribute

bool $hidden = true
 
string $label = 'Fill This Field'
 
string $name = 'honeypot'
 
string $template = '<label>{label}</label><input type="text" name="{name}" value="">'
 
string $container = '<div style="display:none">{template}</div>'
 
string $containerId = 'hpc'
 

Dokumentation der Datenelemente

◆ $container

string Config::Honeypot::$container = '<div style="display:none">{template}</div>'

Honeypot container

If you enabled CSP, you can remove style="display:none".

◆ $containerId

string Config::Honeypot::$containerId = 'hpc'

The id attribute for Honeypot container tag

Used when CSP is enabled.

◆ $hidden

bool Config::Honeypot::$hidden = true

Makes Honeypot visible or not to human

◆ $label

string Config::Honeypot::$label = 'Fill This Field'

Honeypot Label Content

◆ $name

string Config::Honeypot::$name = 'honeypot'

Honeypot Field Name

◆ $template

string Config::Honeypot::$template = '<label>{label}</label><input type="text" name="{name}" value="">'

Honeypot HTML Template


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: