PHP Class Barryvdh\Elfinder\Session\LaravelSession

Inheritance: implements elFinderSessionInterfac\elFinderSessionInterface
Datei anzeigen Open project: barryvdh/laravel-elfinder

Protected Properties

Property Type Description
$store Illuminate\Session\Store

Public Methods

Method Description
__construct ( Illuminate\Session\Store $store )
close ( )
get ( $key, $empty = null )
remove ( $key )
set ( $key, $data )
start ( )

Method Details

__construct() public method

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

close() public method

public close ( )

get() public method

public get ( $key, $empty = null )

remove() public method

public remove ( $key )

set() public method

public set ( $key, $data )

start() public method

public start ( )

Property Details

$store protected_oe property

protected Store,Illuminate\Session $store
return Illuminate\Session\Store