PHP 클래스 Barryvdh\Elfinder\Session\LaravelSession

상속: implements elFinderSessionInterfac\elFinderSessionInterface
파일 보기 프로젝트 열기: barryvdh/laravel-elfinder

보호된 프로퍼티들

프로퍼티 타입 설명
$store Illuminate\Session\Store

공개 메소드들

메소드 설명
__construct ( Illuminate\Session\Store $store )
close ( )
get ( $key, $empty = null )
remove ( $key )
set ( $key, $data )
start ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Illuminate\Session\Store $store )
$store Illuminate\Session\Store

close() 공개 메소드

public close ( )

get() 공개 메소드

public get ( $key, $empty = null )

remove() 공개 메소드

public remove ( $key )

set() 공개 메소드

public set ( $key, $data )

start() 공개 메소드

public start ( )

프로퍼티 상세

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

protected Store,Illuminate\Session $store
리턴 Illuminate\Session\Store