PHP Class Symfony\Component\HttpFoundation\SessionStorage\ArraySessionStorage

Author: Fabien Potencier ([email protected])
Author: Bulat Shakirzyanov ([email protected])
Inheritance: implements Symfony\Component\HttpFoundation\SessionStorage\SessionStorageInterface
Show file Open project: pmjones/php-framework-benchmarks

Public Methods

Method Description
getId ( )
read ( $key, $default = null )
regenerate ( $destroy = false )
remove ( $key )
start ( )
write ( $key, $data )

Method Details

getId() public method

public getId ( )

read() public method

public read ( $key, $default = null )

regenerate() public method

public regenerate ( $destroy = false )

remove() public method

public remove ( $key )

start() public method

public start ( )

write() public method

public write ( $key, $data )