class PushHandlerEvent extends Event

Class PushHandlerEvent

Properties

protected string $message
protected ServerPushHandlerInterface $pushHandler

Methods

__construct(string $message, ServerPushHandlerInterface $pushHandler)

No description

string
getMessage()

No description

Details

at line 26
__construct(string $message, ServerPushHandlerInterface $pushHandler)

Parameters

string $message
ServerPushHandlerInterface $pushHandler

at line 34
string getMessage()

Return Value

string

at line 42
ServerPushHandlerInterface getPushHandler()