PHP Interface UUIDStorage, PHPePub

Afficher le fichier Open project: grandt/phpepub

Méthodes publiques

Méthode 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 méthode

public getNode ( )

getSequence() public méthode

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

setSequence() public méthode

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

setTimestamp() public méthode

public setTimestamp ( $timestamp )