class CsrfProtection extends HiddenField

CSRF protection field.

Constants

PROTECTION

Properties

Session $session

Methods

__construct($errorMessage)

No description

void
attached($parent)

This method will be called when the component becomes attached to Form.

setValue($value)

No description

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 27
__construct($errorMessage)

No description

Parameters

$errorMessage

at line 37
protected void attached($parent)

This method will be called when the component becomes attached to Form.

Parameters

$parent

Return Value

void

at line 50
IControl setValue($value)

internal  
 

No description

Parameters

$value

Return Value

IControl

at line 60
void loadHttpData()

Loads HTTP data.

Return Value

void

at line 69
string getToken()

No description

Return Value

string

at line 95
Html|string getControl()

Generates control's HTML element.

Return Value

Html|string

at line 105
static bool validateCsrf(CsrfProtection $control)

internal  
 

No description

Parameters

CsrfProtection $control

Return Value

bool