interface ServerPushHandlerInterface

Interface ServerPushHandlerInterface

Methods

handle(LoopInterface $loop, WampServerInterface $app)

No description

setName(string $name)

No description

setConfig(array $config)

No description

array
getConfig()

No description

string
getName()

No description

mixed
close()

No description

Details

at line 17
handle(LoopInterface $loop, WampServerInterface $app)

Parameters

LoopInterface $loop
WampServerInterface $app

at line 22
setName(string $name)

Parameters

string $name

at line 27
setConfig(array $config)

Parameters

array $config

at line 32
array getConfig()

Return Value

array

at line 37
string getName()

Return Value

string

at line 42
mixed close()

Return Value

mixed