mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 23:26:41 +02:00
Admin-UI: Improved styling options for inline editing on boolean elements.
This commit is contained in:
@@ -499,6 +499,15 @@ class e_session
|
||||
{
|
||||
return session_id();
|
||||
}
|
||||
|
||||
/**
|
||||
* Retrieve current session save method.
|
||||
* @return string
|
||||
*/
|
||||
public function getSaveMethod()
|
||||
{
|
||||
return $this->_sessionSaveMethod;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set new session name
|
||||
|
Reference in New Issue
Block a user