PHP 클래스 FileDB, gitblog

상속: extends Base
파일 보기 프로젝트 열기: rsms/gitblog 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$autocommitToRepo
$autocommitToRepoAuthor
$autocommitToRepoMessage
$createmode
$data
$file
$mkdirs
$readOnly
$skeleton_file

보호된 프로퍼티들

프로퍼티 타입 설명
$txExclusive
$txFp

공개 메소드들

메소드 설명
__construct ( $file, $skeleton_file = null, $createmode = 432 )
begin ( $exclusive = true )
commit ( )
rollback ( $strict = true )
transactionActive ( )

보호된 메소드들

메소드 설명
txEnd ( Exception $previousex = null )
txReadData ( )
txWriteData ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $file, $skeleton_file = null, $createmode = 432 )

begin() 공개 메소드

public begin ( $exclusive = true )

commit() 공개 메소드

public commit ( )

rollback() 공개 메소드

public rollback ( $strict = true )

transactionActive() 공개 메소드

public transactionActive ( )

txEnd() 보호된 메소드

protected txEnd ( Exception $previousex = null )
$previousex Exception

txReadData() 보호된 메소드

protected txReadData ( )

txWriteData() 보호된 메소드

protected txWriteData ( )

프로퍼티 상세

$autocommitToRepo 공개적으로 프로퍼티

public $autocommitToRepo

$autocommitToRepoAuthor 공개적으로 프로퍼티

public $autocommitToRepoAuthor

$autocommitToRepoMessage 공개적으로 프로퍼티

public $autocommitToRepoMessage

$createmode 공개적으로 프로퍼티

public $createmode

$data 공개적으로 프로퍼티

public $data

$file 공개적으로 프로퍼티

public $file

$mkdirs 공개적으로 프로퍼티

public $mkdirs

$readOnly 공개적으로 프로퍼티

public $readOnly

$skeleton_file 공개적으로 프로퍼티

public $skeleton_file

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

protected $txExclusive

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

protected $txFp