Zend Framework  3.0
Classes | Functions | Variables
Zend\Session\Validator Namespace Reference

Zend Framework (http://framework.zend.com/) More...

Classes

class  AbstractValidatorChainEM2
 Abstract validator chain for validating sessions (for use with zend-eventmanager v2). More...
 
class  AbstractValidatorChainEM3
 Abstract validator chain for validating sessions (for use with zend-eventmanager v3) More...
 
class  HttpUserAgent
 
class  Id
 session_id validator More...
 
class  RemoteAddr
 
interface  ValidatorInterface
 Session validator interface. More...
 

Functions

 getStorage ()
 Retrieve session storage object.
 

Variables

trait ValidatorChainTrait
 Base trait for validator chain implementations.
 

Detailed Description

Zend Framework (http://framework.zend.com/)

for the canonical source repository Copyright (c) 2005-2016 Zend Technologies USA Inc. http://github.com/zendframework/zend-validator for the canonical source repository Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com) http://framework.zend.com/license/new-bsd New BSD License http://github.com/zendframework/zf2 for the canonical source repository Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) http://framework.zend.com/license/new-bsd New BSD License (http://www.zend.com) http://framework.zend.com/license/new-bsd New BSD License

Function Documentation

Zend\Session\Validator\getStorage ( )

Retrieve session storage object.

Returns
StorageInterface

Variable Documentation

trait ValidatorChainTrait
Initial value:
{
protected $storage

Base trait for validator chain implementations.