PHP 클래스 ManaPHP\Store\Adapter\Memory

상속: extends ManaPHP\Component, implements ManaPHP\Store\AdapterInterface
파일 보기 프로젝트 열기: manaphp/manaphp

보호된 프로퍼티들

프로퍼티 타입 설명
$_data array

공개 메소드들

메소드 설명
delete ( string $id ) : void
exists ( string $id ) : boolean
get ( string $id ) : string | false
set ( string $id, string $value ) : void

메소드 상세

delete() 공개 메소드

public delete ( string $id ) : void
$id string
리턴 void

exists() 공개 메소드

public exists ( string $id ) : boolean
$id string
리턴 boolean

get() 공개 메소드

public get ( string $id ) : string | false
$id string
리턴 string | false

set() 공개 메소드

public set ( string $id, string $value ) : void
$id string
$value string
리턴 void

프로퍼티 상세

$_data 보호되어 있는 프로퍼티

protected array $_data
리턴 array