Session validator interface

 Methods

Get data from validator to be used for validation comparisons

getData() : mixed

Returns

mixed

Get validator name for use with storing validators between requests

getName() : string

Returns

string

This method will be called at the beginning of every session to determine if the current environment matches that which was store in the setup() procedure.

isValid() : bool

Returns

bool