PHP Interface UUIDStorage, PHPePub

Datei anzeigen Open project: grandt/phpepub

Public Methods

Method Description
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 )

Method Details

getNode() public method

public getNode ( )

getSequence() public method

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

setSequence() public method

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

setTimestamp() public method

public setTimestamp ( $timestamp )