PHP 클래스 Cartalyst\Sentinel\Cookies\FuelPHPCookie

상속: implements Cartalyst\Sentinel\Cookies\CookieInterface
파일 보기 프로젝트 열기: cartalyst/sentinel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$key string The cookie key.

공개 메소드들

메소드 설명
__construct ( string $key = null ) : void Create a new FuelPHP cookie driver.
forget ( ) {@inheritDoc}
get ( ) {@inheritDoc}
put ( $value ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

Create a new FuelPHP cookie driver.
public __construct ( string $key = null ) : void
$key string
리턴 void

forget() 공개 메소드

{@inheritDoc}
public forget ( )

get() 공개 메소드

{@inheritDoc}
public get ( )

put() 공개 메소드

{@inheritDoc}
public put ( $value )

프로퍼티 상세

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

The cookie key.
protected string $key
리턴 string