Documentation

LogMessage
in package

The log message notification is sent from the server to the client to ask the client to log a particular message.

Table of Contents

Properties

$message  : string
The actual message
$type  : int
The message type. See {@link MessageType}

Methods

__construct()  : mixed

Properties

$message

The actual message

public string $message

Methods

__construct()

public __construct(int $type, string $message) : mixed
Parameters
$type : int
$message : string

        
On this page

Search results