PHP 클래스 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.
사용 중단: Deprecated as of version 1.0, will be removed in version 2.0. Use the `ArrayStore` with the `SERIALIZE` flag instead.
부터: 1.0
저자: Bernhard Schussek ([email protected])
상속: extends ArrayStore
파일 보기 프로젝트 열기: webmozart/key-value-store

공개 메소드들

메소드 설명
__construct ( array $array = [] )

메소드 상세

__construct() 공개 메소드

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