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.
Inheritance: implements Horde_Kolab_Session_Storage
Afficher le fichier Open project: horde/horde Class Usage Examples

Méthodes publiques

Méthode Description
load ( ) : array Load the session information.
save ( array $session_data ) : null Save the session information.

Method Details

load() public méthode

Load the session information.
public load ( ) : array
Résultat array The session data or an empty array if no information was found.

save() public méthode

Save the session information.
public save ( array $session_data ) : null
$session_data array The session data that should be stored.
Résultat null