AbstractSynchronization implements ChainSyncInterface
AbstractYes
Table of Contents
Interfaces
Methods
- next() : ChainSyncInterface|null
- setNext() : void
- sync() : void
Methods
next()
public
next() : ChainSyncInterface|null
Return values
ChainSyncInterface|nullsetNext()
public
setNext(ChainSyncInterface $next) : void
Parameters
- $next : ChainSyncInterface
sync()
public
abstract sync(Counter $counter) : void
Parameters
- $counter : Counter