\Horde_Kolab_Session_Storage_Mock

A mock container 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
Properties
Constants
load()
save()
$session
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$session

$session : 

The session information.

Type

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