Protects against form tampering. It ensures that: - Form`s action (URL) is not modified. - Unknown / extra fields are not added to the form. - Existing fields have not been removed from the form. - Values of hidden inputs have not been changed. @psalm-property array{validate:bool, unlockedFields:array, unlockedActions:array, validationFailureCallback:?\Closure} _config
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
IResponse | IResponse executeCallback(IClosure aCallback, Exception anException) | ||||
IResponse | IResponse startup(IEvent anEvent) | ||||
IResponse | IResponse validationFailure(DFormProtector formProtector) | ||||
bool | bool initialize(Json[string] initData = null) | ||||
string | string _getSessionId() | ||||
IEvent[] | IEvent[] implementedEvents() |