ProcessTickInterface
extends
MiddlewareInterface
in
WebSocket\Middleware\ProcessTickInterface interface.
Interface for incoming middleware implementations.
Table of Contents
Methods
- __toString() : string
- processTick() : void
Methods
__toString()
public
__toString() : string
Return values
stringprocessTick()
public
processTick(ProcessTickStack $stack, Connection $connection) : void
Parameters
- $stack : ProcessTickStack
- $connection : Connection