\Horde_Kolab_Session_Storage

Defines storage containers for the Kolab session information.

Copyright 2009-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Summary

Methods
Constants
load()
save()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

load()

load() : array

Load the session information.

Returns

array —

The session data or an empty array if no information was found.

save()

save(array  $session_data) : NULL

Save the session information.

Parameters

array $session_data

The session data that should be stored.

Returns

NULL