PHP Class Webmozart\KeyValueStore\SerializingArrayStore

The contents of the store are lost when the store is released from memory. This store behaves more like persistent key-value stores than {@link ArrayStore}. It is useful for testing.
Deprecation: Deprecated as of version 1.0, will be removed in version 2.0. Use the `ArrayStore` with the `SERIALIZE` flag instead.
Since: 1.0
Author: Bernhard Schussek ([email protected])
Inheritance: extends ArrayStore
Datei anzeigen Open project: webmozart/key-value-store

Public Methods

Method Description
__construct ( array $array = [] )

Method Details

__construct() public method

public __construct ( array $array = [] )
$array array