PHP 클래스 OCA\Richdocuments\Db\Session

상속: extends OCA\Richdocuments\Db
파일 보기 프로젝트 열기: owncloud/richdocuments 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$insertStatement
$loadStatement
$tableName

공개 메소드들

메소드 설명
cleanUp ( $esId )
getInfo ( $esId )
insert ( )
start ( string $uid, File $file ) : array Start a editing session or return an existing one
syncOps ( $memberId, $currentHead, $clientHead, $clientOps )
updateGenesisHash ( $esId, $genesisHash )

보호된 메소드들

메소드 설명
getUniqueSessionId ( )

메소드 상세

cleanUp() 공개 정적인 메소드

public static cleanUp ( $esId )

getInfo() 공개 메소드

public getInfo ( $esId )

getUniqueSessionId() 보호된 메소드

protected getUniqueSessionId ( )

insert() 공개 메소드

public insert ( )

start() 공개 정적인 메소드

Start a editing session or return an existing one
public static start ( string $uid, File $file ) : array
$uid string of the user starting a session
$file OCA\Richdocuments\File - file object
리턴 array

syncOps() 공개 메소드

public syncOps ( $memberId, $currentHead, $clientHead, $clientOps )

updateGenesisHash() 공개 메소드

public updateGenesisHash ( $esId, $genesisHash )

프로퍼티 상세

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

protected $insertStatement

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

protected $loadStatement

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

protected $tableName