FormConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $csrfProtection : mixed
- $enabled : mixed
- $legacyErrorMessages : mixed
Methods
- __construct() : mixed
- csrfProtection() : CsrfProtectionConfig
- enabled() : $this
- legacyErrorMessages() : $this
- toArray() : array<string|int, mixed>
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$csrfProtection
private
mixed
$csrfProtection
$enabled
private
mixed
$enabled
$legacyErrorMessages
private
mixed
$legacyErrorMessages
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
csrfProtection()
public
csrfProtection([array<string|int, mixed> $value = [] ]) : CsrfProtectionConfig
Parameters
- $value : array<string|int, mixed> = []
Return values
CsrfProtectionConfigenabled()
public
enabled(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thislegacyErrorMessages()
public
legacyErrorMessages(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>