CsrfProtection
class CsrfProtection extends HiddenField
CSRF protection field.
Constants
| Protection |
|
| PROTECTION |
|
Properties
| $session |
Methods
__construct(string|Stringable|null $errorMessage = null)
No description
void
loadHttpData()
Loads HTTP data.
string
getToken()
No description
Html|string
getControl()
Generates control's HTML element.
static bool
Details
at line 31
__construct(string|Stringable|null $errorMessage = null)
No description
at line 57
Control
setValue(mixed $value)
| internal |
No description
at line 63
void
loadHttpData()
Loads HTTP data.
at line 69
string
getToken()
No description
at line 91
Html|string
getControl()
Generates control's HTML element.
at line 98
static bool
validateCsrf(CsrfProtection $control)
| internal |
No description