Barryvdh\Elfinder\Session\LaravelSession::__construct PHP Method

__construct() public method

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