Abstract Class Zend_Session_Validator_Abstract

Description

Implements interfaces:

Zend_Session_Validator_Abstract

  • abstract:
  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/Session/Validator/Abstract.php (line 36)


	
			
Direct descendents
Class Description
 class Zend_Session_Validator_HttpUserAgent Zend_Session_Validator_HttpUserAgent
Method Summary
 mixed getValidData ()
 void setValidData (mixed $data)
Methods
getValidData (line 60)

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

  • access: protected
mixed getValidData ()
setValidData (line 46)

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 __ZF namespace, in an array named VALID

  • access: protected
void setValidData (mixed $data)
  • mixed $data

Documentation generated on Thu, 18 Jan 2007 09:51:58 -0800 by phpDocumentor 1.3.1