PHP 클래스 GBCommentDB, gitblog

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

공개 프로퍼티들

프로퍼티 타입 설명
$autocommitToRepo
$autocommitToRepoMessage
$lastComment
$post

공개 메소드들

메소드 설명
__construct ( $file = '/dev/null', $post = null, $skeleton_file = null, $createmode = 432, $autocommit = true, $pretty_output = true )
append ( GBComment $comment, $index = null, $skipDuplicate = true )
commit ( )
encodeData ( )
get ( $index = null )
parseData ( )
remove ( $index )
resolveIndexPath ( $indexpath, $comment, $skipIfSameAsComment = null )
rollback ( $strict = true )
set ( $index, GBComment $comment = null ) Set or remove a comment.

보호된 메소드들

메소드 설명
txWriteData ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $file = '/dev/null', $post = null, $skeleton_file = null, $createmode = 432, $autocommit = true, $pretty_output = true )

append() 공개 메소드

public append ( GBComment $comment, $index = null, $skipDuplicate = true )
$comment GBComment

commit() 공개 메소드

public commit ( )

encodeData() 공개 메소드

public encodeData ( )

get() 공개 메소드

public get ( $index = null )

parseData() 공개 메소드

public parseData ( )

remove() 공개 메소드

public remove ( $index )

resolveIndexPath() 공개 메소드

public resolveIndexPath ( $indexpath, $comment, $skipIfSameAsComment = null )

rollback() 공개 메소드

public rollback ( $strict = true )

set() 공개 메소드

By not passing the second argument the action will be to remove a comment rather than setting it to null. You can also pass an array as the first and only argument in which case the whole underlying data set is replaced. You have been warned. Return values: - After a set operation, true is returned on success, otherwise false. - After a remove operation, the removed comment is returned (if found and removed), otherwise false.
public set ( $index, GBComment $comment = null )
$comment GBComment

txWriteData() 보호된 메소드

protected txWriteData ( )

프로퍼티 상세

$autocommitToRepo 공개적으로 프로퍼티

public $autocommitToRepo

$autocommitToRepoMessage 공개적으로 프로퍼티

public $autocommitToRepoMessage

$lastComment 공개적으로 프로퍼티

public $lastComment

$post 공개적으로 프로퍼티

public $post