PHP 인터페이스 Cartalyst\Sentinel\Sessions\SessionInterface

파일 보기 프로젝트 열기: cartalyst/sentinel 0 사용 예제들

공개 메소드들

메소드 설명
forget ( ) : void Removes the Sentinel session.
get ( ) : mixed Returns the Sentinel session value.
put ( mixed $value ) : void Put a value in the Sentinel session.

메소드 상세

forget() 공개 메소드

Removes the Sentinel session.
public forget ( ) : void
리턴 void

get() 공개 메소드

Returns the Sentinel session value.
public get ( ) : mixed
리턴 mixed

put() 공개 메소드

Put a value in the Sentinel session.
public put ( mixed $value ) : void
$value mixed
리턴 void