Barryvdh\Elfinder\Session\LaravelSession::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( Illuminate\Session\Store $store )
$store Illuminate\Session\Store
    public function __construct(Store $store)
    {
        $this->store = $store;
    }