PHP 클래스 Larabros\Elogram\Http\Sessions\NativeSessionStore

저자: Hassan Khan ([email protected])
상속: implements Larabros\Elogram\Http\Sessions\DataStoreInterface
파일 보기 프로젝트 열기: larabros/elogram

보호된 프로퍼티들

프로퍼티 타입 설명
$sessionPrefix Prefix to use for session variables.

공개 메소드들

메소드 설명
__construct ( ) Creates an instance of :php:class:NativeSessionStore.
get ( $key ) {@inheritDoc}
set ( $key, $value ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

Creates an instance of :php:class:NativeSessionStore.
public __construct ( )

get() 공개 메소드

{@inheritDoc}
public get ( $key )

set() 공개 메소드

{@inheritDoc}
public set ( $key, $value )

프로퍼티 상세

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

Prefix to use for session variables.
protected $sessionPrefix