PHP 클래스 Horde_Core_Factory_SessionHandler, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/)
상속: extends Horde_Core_Factory_Injector
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$storage Horde_SessionHandler_Storage Storage driver.

공개 메소드들

메소드 설명
create ( Horde_Injector $injector ) : Horde_SessionHandler_Driver Attempts to return a concrete instance based on $driver.
readSessionData ( string $session_data ) : array Reads session data to determine if it contains Horde authentication credentials.

보호된 메소드들

메소드 설명
_returnTrue ( ) : boolean Stub method.

메소드 상세

_returnTrue() 보호된 메소드

Stub method.
protected _returnTrue ( ) : boolean
리턴 boolean True

create() 공개 메소드

Attempts to return a concrete instance based on $driver.
public create ( Horde_Injector $injector ) : Horde_SessionHandler_Driver
$injector Horde_Injector
리턴 Horde_SessionHandler_Driver The newly created concrete instance.

readSessionData() 공개 메소드

Reads session data to determine if it contains Horde authentication credentials.
public readSessionData ( string $session_data ) : array
$session_data string The session data.
리턴 array An array of the user's sesion information if authenticated or false. The following information is returned: userid, timestamp, remoteAddr, browser, apps.

프로퍼티 상세

$storage 공개적으로 프로퍼티

Storage driver.
부터: 2.5.0
public Horde_SessionHandler_Storage $storage
리턴 Horde_SessionHandler_Storage