class CsrfProtection extends HiddenField

CSRF protection field.

Constants

PROTECTION

Properties

Session|null $session

Methods

__construct(string|object $errorMessage)

No description

setValue(mixed $value)

Sets control's value.

void
loadHttpData()

Loads HTTP data.

string
getToken()

No description

Html|string
getControl()

Generates control's HTML element.

static bool
validateCsrf(CsrfProtection $control)

No description

Details

at line 30
__construct(string|object $errorMessage)

No description

Parameters

string|object $errorMessage

at line 57
IControl setValue(mixed $value)

internal  
 

Sets control's value.

Parameters

mixed $value

Return Value

IControl

at line 63
void loadHttpData()

Loads HTTP data.

Return Value

void

at line 69
string getToken()

No description

Return Value

string

at line 91
Html|string getControl()

Generates control's HTML element.

Return Value

Html|string

at line 98
static bool validateCsrf(CsrfProtection $control)

internal  
 

No description

Parameters

CsrfProtection $control

Return Value

bool