PHP Class Horde_Kolab_Session_Storage_Mock, 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
ファイルを表示 Open project: horde/horde Class Usage Examples

Public Properties

Property Type Description
$session The session information.

Public Methods

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

Method Details

load() public method

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

save() public method

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

Property Details

$session public_oe property

The session information.
public $session