PHP 클래스 Cartalyst\Sentinel\Sessions\FuelPHPSession

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

보호된 프로퍼티들

프로퍼티 타입 설명
$key string The session key.
$store Fuel\Core\Session_Driver The FuelPHP session driver.

공개 메소드들

메소드 설명
__construct ( Fuel\Core\Session_Driver $store, string $key = null ) : void Create a new FuelPHP Session driver.
forget ( ) {@inheritDoc}
get ( ) {@inheritDoc}
put ( $value ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

Create a new FuelPHP Session driver.
public __construct ( Fuel\Core\Session_Driver $store, string $key = null ) : void
$store Fuel\Core\Session_Driver
$key string
리턴 void

forget() 공개 메소드

{@inheritDoc}
public forget ( )

get() 공개 메소드

{@inheritDoc}
public get ( )

put() 공개 메소드

{@inheritDoc}
public put ( $value )

프로퍼티 상세

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

The session key.
protected string $key
리턴 string

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

The FuelPHP session driver.
protected Session_Driver,Fuel\Core $store
리턴 Fuel\Core\Session_Driver