PHP 클래스 Bolt\Session\Handler\FilesystemHandler

저자: Carson Full ([email protected])
상속: implements SessionHandlerInterface
파일 보기 프로젝트 열기: bolt/bolt

보호된 프로퍼티들

프로퍼티 타입 설명
$directory Bolt\Filesystem\Handler\DirectoryInterface

공개 메소드들

메소드 설명
__construct ( Bolt\Filesystem\Handler\DirectoryInterface $directory ) Constructor.
close ( )
destroy ( $sessionId )
gc ( $maxlifetime )
open ( $savePath, $sessionName )
read ( $sessionId )
write ( $sessionId, $data )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Bolt\Filesystem\Handler\DirectoryInterface $directory )
$directory Bolt\Filesystem\Handler\DirectoryInterface

close() 공개 메소드

public close ( )

destroy() 공개 메소드

public destroy ( $sessionId )

gc() 공개 메소드

public gc ( $maxlifetime )

open() 공개 메소드

public open ( $savePath, $sessionName )

read() 공개 메소드

public read ( $sessionId )

write() 공개 메소드

public write ( $sessionId, $data )

프로퍼티 상세

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

protected DirectoryInterface,Bolt\Filesystem\Handler $directory
리턴 Bolt\Filesystem\Handler\DirectoryInterface