PHP 클래스 Horde_Session_Null, horde

저자: Michael Slusarz ([email protected])
상속: extends Horde_Session, implements Horde_Shutdown_Task
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) Constructor.
clean ( )
close ( )
destroy ( )
setup ( $start = true, $cache_limiter = null, $session_id = null )
shutdown ( ) Shutdown tasks.
start ( )

보호된 메소드들

메소드 설명
_start ( )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

_start() 보호된 메소드

protected _start ( )

clean() 공개 메소드

public clean ( )

close() 공개 메소드

public close ( )

destroy() 공개 메소드

public destroy ( )

setup() 공개 메소드

public setup ( $start = true, $cache_limiter = null, $session_id = null )

shutdown() 공개 메소드

Shutdown tasks.
public shutdown ( )

start() 공개 메소드

public start ( )