PHP 인터페이스 Larabros\Elogram\Http\Sessions\DataStoreInterface

저자: Hassan Khan ([email protected])
파일 보기 프로젝트 열기: larabros/elogram 0 사용 예제들

공개 메소드들

메소드 설명
get ( string $key ) : mixed Get a value from a data store.
set ( string $key, mixed $value ) : void Set a value in the data store.

메소드 상세

get() 공개 메소드

Get a value from a data store.
public get ( string $key ) : mixed
$key string
리턴 mixed

set() 공개 메소드

Set a value in the data store.
public set ( string $key, mixed $value ) : void
$key string
$value mixed
리턴 void