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
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
at line 70
static public string
getToken()
encrypts and returns all the data from a form