PHP Class Horde_Kolab_Session_Storage_Session, horde
Copyright 2009-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.horde.org/licenses/lgpl21.
Mostra file
Open project: horde/horde
Class Usage Examples
Public Methods
Method |
Description |
|
load ( ) : array |
Load the session information. |
|
save ( array $session_data ) : null |
Save the session information. |
|
Method Details
Load the session information.
public load ( ) : array |
return |
array |
The session data or an empty array if no information was
found. |
Save the session information.
public save ( array $session_data ) : null |
$session_data |
array |
The session data that should be stored. |
return |
null |
|