PHP 인터페이스 Cartalyst\Sentinel\Cookies\CookieInterface

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

공개 메소드들

메소드 설명
forget ( ) : void Remove the Sentinel cookie.
get ( ) : mixed Returns the Sentinel cookie value.
put ( mixed $value ) : void Put a value in the Sentinel cookie (to be stored until it's cleared).

메소드 상세

forget() 공개 메소드

Remove the Sentinel cookie.
public forget ( ) : void
리턴 void

get() 공개 메소드

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

put() 공개 메소드

Put a value in the Sentinel cookie (to be stored until it's cleared).
public put ( mixed $value ) : void
$value mixed
리턴 void