Session/Validator/Abstract.php
- Classes
- Kwf_Session_Validator_Abstract
\Kwf_Session_Validator_Abstract
- Implements
 Methods Methods
- getValidData
- setValidData
Methods
getValidData
getValidData(
          
          )
        
        :
        mixedGetValidData() - This method should be used to retrieve the environment variables that will be needed to 'validate' a session.
Output
- mixed
 Details
 Details
- visibility
- protected
- final
- false
- static
- false
setValidData
setValidData(
          mixed $data
          )
        
        :
        voidSetValidData() - 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
 Details
- visibility
- protected
- final
- false
- static
- false