class ServerEvent extends Event

Class ServerEvent

Properties

protected LoopInterface $loop
protected Server $server

Methods

__construct(LoopInterface $loop, Server $server)

No description

LoopInterface
getEventLoop()

Get Server Event Loop to add other services in the same loop.

Server
getServer()

No description

Details

at line 27
__construct(LoopInterface $loop, Server $server)

Parameters

LoopInterface $loop
Server $server

at line 37
LoopInterface getEventLoop()

Get Server Event Loop to add other services in the same loop.

Return Value

LoopInterface

at line 44
Server getServer()

Return Value

Server