1735. Class

1735.1. Zend\Session\ValidatorChain

Validator chain for validating sessions

1735.1.1. Methods

1735.1.1.1. __construct

__construct()

Construct the validation chain

Retrieves validators from session storage and attaches them.

Parameters:Storage

1735.1.1.2. attach

attach()

Attach a listener to the session validator chain

Parameters:
  • string
  • callable
  • int
Return type:

ZendStdlibCallbackHandler

1735.1.1.3. getStorage

getStorage()

Retrieve session storage object

Return type:Storage

Project Versions

Table Of Contents

Previous topic

1734. Class

Next topic

1736. Class

This Page