PHP 인터페이스 UUIDStorage, PHPePub

파일 보기 프로젝트 열기: grandt/phpepub

공개 메소드들

메소드 설명
getNode ( )
getSequence ( $timestamp, $node ) return bytes or NULL if node cannot be retrieved
setSequence ( $sequence ) return bytes or NULL if sequence is not available; this method should also update the stored timestamp
setTimestamp ( $timestamp )

메소드 상세

getNode() 공개 메소드

public getNode ( )

getSequence() 공개 메소드

return bytes or NULL if node cannot be retrieved
public getSequence ( $timestamp, $node )

setSequence() 공개 메소드

return bytes or NULL if sequence is not available; this method should also update the stored timestamp
public setSequence ( $sequence )

setTimestamp() 공개 메소드

public setTimestamp ( $timestamp )