Skip to content

Commit

Permalink
[VD:abstract] fix Studio-42#2687 add public method getSession()
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Oct 6, 2018
1 parent e3b74f0 commit cebd547
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions php/elFinderVolumeDriver.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,15 @@ public function setSession($session) {
$this->session = $session;
}

/**
* Get elFinder sesson wrapper object
*
* @return object The session object
*/
public function getSession() {
return $this->session;
}

/**
* Save session cache data
* Calls this function before umount this volume on elFinder::exec()
Expand Down

0 comments on commit cebd547

Please sign in to comment.