Session/Validator/Abstract.php

Classes 
Classes
Kwf_Session_Validator_Abstract

\Kwf_Session_Validator_Abstract

Implements
Methods
getValidData
setValidData

Methods

getValidData

getValidData( ) : mixed

GetValidData() - This method should be used to retrieve the environment variables that will be needed to 'validate' a session.

Output
mixed
Details
visibility
protected
final
false
static
false

setValidData

setValidData( mixed $data ) : void

SetValidData() - This method should be used to store the environment variables that will be needed in order to validate the session later in the validate() method.

These values are stored in the session in the __KWF namespace, in an array named VALID

Arguments
$data
mixed
Details
visibility
protected
final
false
static
false
Documentation was generated by DocBlox 0.12.3.