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

get() public method

public get ( $key, $empty = null )
    public function get($key, $empty = null)
    {
        return $this->store->get($key, $empty);
    }