1
0
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:
Cameron
2015-01-20 20:57:20 -08:00
parent db1061acab
commit 8c7e7f77de
2 changed files with 21 additions and 3 deletions

View File

@@ -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