Devise
Class

Devise\Data\Security\FormEncrypt

class FormEncrypt

Methods

static void addOpen(array $options)

Called when a form is opened will save the url the form will submit to

static void addInput(array $options)

Adds to data the information of an input.

static string getToken()

encrypts and returns all the data from a form

Details

at line 21
static public void addOpen(array $options)

Called when a form is opened will save the url the form will submit to

Parameters

array $options

Return Value

void

at line 51
static public void addInput(array $options)

Adds to data the information of an input.

if it's secure type the value is also saved

Parameters

array $options

Return Value

void

at line 70
static public string getToken()

encrypts and returns all the data from a form

Return Value

string