Skip to content

Commit

Permalink
SAF: Session: SessionHandler is a system class, SessionHandler rename…
Browse files Browse the repository at this point in the history
…d to SessionHandler_Sitellite.
  • Loading branch information
olegiv committed Feb 3, 2015
1 parent 94efc80 commit 5edaa1e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion saf/lib/Session/Handler/Basic.php
Expand Up @@ -53,7 +53,7 @@
*
*/

class SessionHandler_Basic extends SessionHandler {
class SessionHandler_Basic extends SessionHandler_Sitellite {
// basic-specific properties

var $realm;
Expand Down
2 changes: 1 addition & 1 deletion saf/lib/Session/Handler/Cookie.php
Expand Up @@ -59,7 +59,7 @@
*
*/

class SessionHandler_Cookie extends SessionHandler {
class SessionHandler_Cookie extends SessionHandler_Sitellite {
// cookie-specific properties


Expand Down
6 changes: 3 additions & 3 deletions saf/lib/Session/Handler/Handler.php
Expand Up @@ -28,7 +28,7 @@
* <code>
* <?php
*
* $h = new SessionHandler;
* $h = new SessionHandler_Sitellite;
*
* $h->setProperties (array (
* 'foo' => 'bar',
Expand All @@ -47,7 +47,7 @@
*
*/

class SessionHandler {
class SessionHandler_Sitellite {


/**
Expand Down Expand Up @@ -75,7 +75,7 @@ class SessionHandler {
* @access public
*
*/
function SessionHandler () {
function SessionHandler_Sitellite () {
}

/**
Expand Down

0 comments on commit 5edaa1e

Please sign in to comment.