
Public Member Functions | |
| initialize () | |
| Called at the start of a script to initialize a session. | |
| shutdown () | |
| Called at the end of a script to allow cleaning up. | |
| getCurrentSession () | |
| Provides the current session. | |
Static Public Member Functions | |
| static | getInstance () |
| Provides the singleton instance of this class. | |
Private Member Functions | |
| __construct () | |
| Constructor. | |
Private Attributes | |
| $currentSession = NULL | |
| Holds the current session. | |
Static Private Attributes | |
| static | $instance = NULL |
| The singleton instance of this class. | |
Definition at line 6 of file PhpSessionManager.class.php.
| spunQ_PhpSessionManager::getCurrentSession | ( | ) |
Provides the current session.
Implements spunQ_ISessionManager.
Definition at line 59 of file PhpSessionManager.class.php.
| static spunQ_PhpSessionManager::getInstance | ( | ) | [static] |
Provides the singleton instance of this class.
Definition at line 17 of file PhpSessionManager.class.php.
| spunQ_PhpSessionManager::initialize | ( | ) |
Called at the start of a script to initialize a session.
Implements spunQ_ISessionManager.
Definition at line 41 of file PhpSessionManager.class.php.
| spunQ_PhpSessionManager::shutdown | ( | ) |
Called at the end of a script to allow cleaning up.
Implements spunQ_ISessionManager.
Definition at line 49 of file PhpSessionManager.class.php.
spunQ_PhpSessionManager::$currentSession = NULL [private] |
Holds the current session.
Initialized on demand in getCurrentSession().
Definition at line 29 of file PhpSessionManager.class.php.
1.5.9