PHP 클래스 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.
상속: implements Horde_Kolab_Session_Storage
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$session The session information.

공개 메소드들

메소드 설명
load ( ) : array Load the session information.
save ( array $session_data ) : null Save the session information.

메소드 상세

load() 공개 메소드

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

save() 공개 메소드

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

프로퍼티 상세

$session 공개적으로 프로퍼티

The session information.
public $session