PHP 클래스 Elgg\Http\DatabaseSessionHandler

상속: implements SessionHandlerInterface
파일 보기 프로젝트 열기: elgg/elgg

보호된 프로퍼티들

프로퍼티 타입 설명
$db Elgg\Database

공개 메소드들

메소드 설명
__construct ( Database $db ) Constructor
close ( ) {@inheritDoc}
destroy ( $session_id ) {@inheritDoc}
gc ( $max_lifetime ) {@inheritDoc}
open ( $save_path, $name ) {@inheritDoc}
read ( $session_id ) {@inheritDoc}
write ( $session_id, $session_data ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( Database $db )
$db Elgg\Database The database

close() 공개 메소드

{@inheritDoc}
public close ( )

destroy() 공개 메소드

{@inheritDoc}
public destroy ( $session_id )

gc() 공개 메소드

{@inheritDoc}
public gc ( $max_lifetime )

open() 공개 메소드

{@inheritDoc}
public open ( $save_path, $name )

read() 공개 메소드

{@inheritDoc}
public read ( $session_id )

write() 공개 메소드

{@inheritDoc}
public write ( $session_id, $session_data )

프로퍼티 상세

$db 보호되어 있는 프로퍼티

protected Database,Elgg $db
리턴 Elgg\Database